On Fri, 9 Mar 2018 16:35:57 -0500, Matt Bru wrote:
I have a question about org.apache.commons.math3.random.BitsStreamGenerator.

Please note that the package "org.apache.commons.math3.random"
is deprecated (see [1]).

Regards,
Gilles

[1] http://commons.apache.org/rng


nextDouble() documents:

“Returns the next pseudorandom, uniformly distributed double value
between 0.0 and 1.0 from this random number generator's sequence.”



Is this 0 (inclusive) and 1.0 (exclusive) as java.util.Random is?


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org

Reply via email to