Package | Description |
---|---|
dev.nm.stat.random.rng.univariate.uniform.mersennetwister.dynamiccreation |
Modifier and Type | Field and Description |
---|---|
static MersenneExponent |
MersenneTwisterParamSearcher.DEFAULT_MERSENNE_EXPONENT |
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.