Uses of Class
dev.nm.stat.random.rng.univariate.uniform.UniformRNG.Method
-
Packages that use UniformRNG.Method Package Description dev.nm.stat.random.rng.univariate.uniform -
-
Uses of UniformRNG.Method in dev.nm.stat.random.rng.univariate.uniform
Methods in dev.nm.stat.random.rng.univariate.uniform that return UniformRNG.Method Modifier and Type Method Description static UniformRNG.Method
UniformRNG.Method. valueOf(String name)
Returns the enum constant of this type with the specified name.static UniformRNG.Method[]
UniformRNG.Method. 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 with parameters of type UniformRNG.Method Constructor Description UniformRNG(UniformRNG.Method method)
Construct a pseudo uniform random number generator.
-