Package | Description |
---|---|
org.apache.commons.rng.simple |
Randomness providers
|
Modifier and Type | Method and Description |
---|---|
static RandomSource |
RandomSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RandomSource[] |
RandomSource.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 |
RandomSource.create(RandomSource source)
Creates a random number generator with a random seed.
|
static org.apache.commons.rng.RestorableUniformRandomProvider |
RandomSource.create(RandomSource source,
Object seed,
Object... data)
Creates a random number generator with the given
seed . |
Constructor and Description |
---|
JDKRandomBridge(RandomSource source,
Object seed)
Creates a new instance.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.