Uses of Enum
org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
Packages that use ProviderBuilder.RandomSourceInternal
Package
Description
This package provides
factory methods
by which low-level classes implemented in module "commons-rng-core"
are instantiated.Utilities for seed conversion.
-
Uses of ProviderBuilder.RandomSourceInternal in org.apache.commons.rng.simple
Fields in org.apache.commons.rng.simple declared as ProviderBuilder.RandomSourceInternalModifier and TypeFieldDescriptionprivate final ProviderBuilder.RandomSourceInternal
RandomSource.internalIdentifier
Internal identifier.Methods in org.apache.commons.rng.simple that return ProviderBuilder.RandomSourceInternalModifier and TypeMethodDescription(package private) ProviderBuilder.RandomSourceInternal
RandomSource.getInternalIdentifier()
Constructors in org.apache.commons.rng.simple with parameters of type ProviderBuilder.RandomSourceInternal -
Uses of ProviderBuilder.RandomSourceInternal in org.apache.commons.rng.simple.internal
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.