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