Uses of Interface
org.uncommons.maths.random.RepeatableRNG
-
Packages that use RepeatableRNG Package Description org.uncommons.maths.random This package provides deterministic, repeatable, pseudo-random number generators, a set of strategies for seeding them, and classes for generating values from different probability distributions. -
-
Uses of RepeatableRNG in org.uncommons.maths.random
Classes in org.uncommons.maths.random that implement RepeatableRNG Modifier and Type Class Description classAESCounterRNGNon-linear random number generator based on the AES block cipher in counter mode.classCellularAutomatonRNGJava port of the cellular automaton pseudorandom number generator developed by Tony Pasqualoni.classCMWC4096RNGA Java version of George Marsaglia's Complementary Multiply With Carry (CMWC) RNG.classJavaRNGThis is the defaultJDK RNGextended to implement theRepeatableRNGinterface (for consistency with the other RNGs in this package).classMersenneTwisterRNGRandom number generator based on the Mersenne Twister algorithm developed by Makoto Matsumoto and Takuji Nishimura.classXORShiftRNGVery fast pseudo random number generator.
-