wandou.math.random
This is the default JDK RNG extended to implement the RepeatableRNG interface (for consistency with the other RNGs in this package).
JDK RNG
RepeatableRNG
The MersenneTwisterRNG should be used in preference to this class because it is statistically more random and performs slightly better.
MersenneTwisterRNG
The seed data used to initialise this pseudo-random number generator.
This is the default
JDK RNG
extended to implement theRepeatableRNG
interface (for consistency with the other RNGs in this package).The
MersenneTwisterRNG
should be used in preference to this class because it is statistically more random and performs slightly better.