Package | Description |
---|---|
org.apache.commons.rng.simple.internal |
Utilities for seed conversion.
|
Modifier and Type | Method and Description |
---|---|
static ProviderBuilder.RandomSourceInternal |
ProviderBuilder.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.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.commons.rng.RestorableUniformRandomProvider |
ProviderBuilder.create(ProviderBuilder.RandomSourceInternal source,
Object seed,
Object[] args)
Creates a RNG instance.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.