I found it a little bit difficult to use the random number doc. Here are my suggestions:
Now, it seems we don't have all the API documented. In the example, it seems to tell if we need an even distributed random double we can call generator.drand(0., 1.). It would be better if all the available APIs for different data types are listed.
I am not sure whether random number for other distributions have been implemented. I found double normal in source code. It would be nice to see this been documented as well.
Is it possible to document whether the random number can be used in team level or not? My feeling is it won't have any difficulty using it within team policy.
I found it a little bit difficult to use the random number doc. Here are my suggestions:
generator.drand(0., 1.)
. It would be better if all the available APIs for different data types are listed.