Uses of Class
dev.nm.stat.random.rng.univariate.uniform.mersennetwister.dynamiccreation.MersenneExponent
-
Packages that use MersenneExponent Package Description dev.nm.stat.random.rng.univariate.uniform.mersennetwister.dynamiccreation -
-
Uses of MersenneExponent in dev.nm.stat.random.rng.univariate.uniform.mersennetwister.dynamiccreation
Fields in dev.nm.stat.random.rng.univariate.uniform.mersennetwister.dynamiccreation declared as MersenneExponent Modifier and Type Field Description static MersenneExponent
MersenneTwisterParamSearcher. DEFAULT_MERSENNE_EXPONENT
Methods in dev.nm.stat.random.rng.univariate.uniform.mersennetwister.dynamiccreation that return MersenneExponent Modifier and Type Method Description static MersenneExponent
MersenneExponent. valueOf(String name)
Returns the enum constant of this type with the specified name.static MersenneExponent[]
MersenneExponent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.nm.stat.random.rng.univariate.uniform.mersennetwister.dynamiccreation with parameters of type MersenneExponent Constructor Description DynamicCreator(MersenneExponent p, long... seeds)
Constructs a new instance which aims to generate MT RNGs with the given period.MersenneTwisterParamSearcher(RandomLongGenerator rng, MersenneExponent p)
Constructs a new instance which uses the given RNG to do the parameter search, with the given period parameter.
-