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 TypeClassDescriptionclass
Non-linear random number generator based on the AES block cipher in counter mode.class
Java port of the cellular automaton pseudorandom number generator developed by Tony Pasqualoni.class
A Java version of George Marsaglia's Complementary Multiply With Carry (CMWC) RNG.class
This is the defaultJDK RNG
extended to implement theRepeatableRNG
interface (for consistency with the other RNGs in this package).class
Random number generator based on the Mersenne Twister algorithm developed by Makoto Matsumoto and Takuji Nishimura.class
Very fast pseudo random number generator.