Package | Description |
---|---|
simkit.random |
A collection of Classes used to generate Random Numbers, Random
Variates, and RandomVectors.
|
Modifier and Type | Class and Description |
---|---|
class |
PooledGeneratorBase
Base class for pooled generators.
|
class |
PooledXORGenerator
Pools two
RandomNumber instances by XOR-ing
their generated long values. |
Modifier and Type | Method and Description |
---|---|
static Pooled |
RandomNumberFactory.getInstance(java.lang.String className,
RandomNumber[] rng)
Creates an instance of a
Pooled RandomNumber of the given
Class using the 2 given instances of RandomNumber . |
static Pooled |
RandomNumberFactory.getInstance(java.lang.String className,
RandomNumber first,
RandomNumber second)
Creates an instance of a
Pooled RandomNumber of the given
Class using the 2 given instances of RandomNumber . |