You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: