nextDouble
Returns a pseudo-random, uniformly distributed double
value between 0.0 and 1.0 from this random number generator's sequence.
This implementation uses .nextLong internally.
Returns a pseudo-random, uniformly distributed double
value between 0.0 and 1.0 from this random number generator's sequence.
This implementation uses .nextLong internally.