public class RandomUtils
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RandomUtils.H2ORandomRNG
Stock Java RNG, but force the initial seed to have no zeros in either the
low 32 or high 32 bits - leading to well known really bad behavior.
|
static class |
RandomUtils.MersenneTwisterRNG
Random number generator based on the Mersenne Twister algorithm developed by Makoto Matsumoto
and Takuji Nishimura.
|
static class |
RandomUtils.PCGRNG |
static class |
RandomUtils.RNGType |
static class |
RandomUtils.XorShiftRNG
Simple XorShiftRNG.
|
Constructor and Description |
---|
RandomUtils() |
Modifier and Type | Method and Description |
---|---|
static java.util.Random |
getRNG(long... seed) |