Uses of Class
org.apache.commons.rng.simple.internal.NativeSeedType
-
Packages that use NativeSeedType Package Description org.apache.commons.rng.simple.internal Utilities for seed conversion. -
-
Uses of NativeSeedType in org.apache.commons.rng.simple.internal
Fields in org.apache.commons.rng.simple.internal declared as NativeSeedType Modifier and Type Field Description private NativeSeedType
ProviderBuilder.RandomSourceInternal. nativeSeedType
Native seed type.Methods in org.apache.commons.rng.simple.internal that return NativeSeedType Modifier and Type Method Description static NativeSeedType
NativeSeedType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NativeSeedType[]
NativeSeedType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.commons.rng.simple.internal with parameters of type NativeSeedType Constructor Description RandomSourceInternal(java.lang.Class<? extends UniformRandomProvider> rng, int nativeSeedSize, int notAllZeroFrom, int notAllZeroTo, NativeSeedType nativeSeedType, java.lang.Class<?>... args)
Create a new instance.RandomSourceInternal(java.lang.Class<? extends UniformRandomProvider> rng, int nativeSeedSize, NativeSeedType nativeSeedType, java.lang.Class<?>... args)
Create a new instance.
-