Uses of Enum
org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
Packages that use ProviderBuilder.RandomSourceInternal
-
Uses of ProviderBuilder.RandomSourceInternal in org.apache.commons.rng.simple.internal
Subclasses with type arguments of type ProviderBuilder.RandomSourceInternal in org.apache.commons.rng.simple.internalModifier and TypeClassDescriptionstatic enumIdentifiers of the generators.Methods in org.apache.commons.rng.simple.internal that return ProviderBuilder.RandomSourceInternalModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ProviderBuilder.RandomSourceInternal[]ProviderBuilder.RandomSourceInternal.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.rng.simple.internal with parameters of type ProviderBuilder.RandomSourceInternalModifier and TypeMethodDescriptionProviderBuilder.create(ProviderBuilder.RandomSourceInternal source) Creates a RNG instance.ProviderBuilder.create(ProviderBuilder.RandomSourceInternal source, Object seed, Object[] args) Creates a RNG instance.