Uses of Interface
org.uncommons.maths.random.RepeatableRNG
Packages that use RepeatableRNG
Package
Description
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 RepeatableRNGModifier and TypeClassDescriptionclassNon-linear random number generator based on the AES block cipher in counter mode.classJava port of the cellular automaton pseudorandom number generator developed by Tony Pasqualoni.classA Java version of George Marsaglia's Complementary Multiply With Carry (CMWC) RNG.classThis is the defaultJDK RNGextended to implement theRepeatableRNGinterface (for consistency with the other RNGs in this package).classRandom number generator based on the Mersenne Twister algorithm developed by Makoto Matsumoto and Takuji Nishimura.classVery fast pseudo random number generator.