-
Methods Method Description org.apache.commons.rng.simple.RandomSource.create(RandomSource) It is preferred to use thecreate()
instance method.
-
Enum Constants Enum Constant Description org.apache.commons.rng.simple.RandomSource.XOR_SHIFT_1024_S Since 1.3, where it is recommended to useXOR_SHIFT_1024_S_PHI
instead due to its slightly better (more uniform) output.XOR_SHIFT_1024_S
is still quite usable but both are variants of the same algorithm and maintain their internal state identically. Their outputs are correlated and the two should not be used together when independent sequences are assumed.