Uses of Class
org.apache.commons.rng.simple.internal.ProviderBuilder.RandomSourceInternal
- 
Packages that use ProviderBuilder.RandomSourceInternal Package Description org.apache.commons.rng.simple.internal Utilities for seed conversion. - 
- 
Uses of ProviderBuilder.RandomSourceInternal in org.apache.commons.rng.simple.internal
Methods in org.apache.commons.rng.simple.internal that return ProviderBuilder.RandomSourceInternal Modifier and Type Method Description static ProviderBuilder.RandomSourceInternalProviderBuilder.RandomSourceInternal. valueOf(String name)Returns 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.RandomSourceInternal Modifier and Type Method Description static org.apache.commons.rng.RestorableUniformRandomProviderProviderBuilder. create(ProviderBuilder.RandomSourceInternal source)Creates a RNG instance.static org.apache.commons.rng.RestorableUniformRandomProviderProviderBuilder. create(ProviderBuilder.RandomSourceInternal source, Object seed, Object[] args)Creates a RNG instance. 
 -