Uses of Enum
org.apache.commons.rng.simple.internal.NativeSeedType
Packages that use NativeSeedType
-
Uses of NativeSeedType in org.apache.commons.rng.simple.internal
Fields in org.apache.commons.rng.simple.internal declared as NativeSeedTypeModifier and TypeFieldDescriptionprivate final NativeSeedType
ProviderBuilder.RandomSourceInternal.nativeSeedType
Native seed type.Methods in org.apache.commons.rng.simple.internal that return NativeSeedTypeModifier and TypeMethodDescriptionstatic NativeSeedType
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 NativeSeedTypeModifierConstructorDescriptionprivate
RandomSourceInternal
(Class<? extends UniformRandomProvider> rng, int nativeSeedSize, int notAllZeroFrom, int notAllZeroTo, NativeSeedType nativeSeedType, Class<?>... args) Create a new instance.private
RandomSourceInternal
(Class<? extends UniformRandomProvider> rng, int nativeSeedSize, NativeSeedType nativeSeedType, Class<?>... args) Create a new instance.