Package | Description |
---|---|
simkit.random |
A collection of Classes used to generate Random Numbers, Random
Variates, and RandomVectors.
|
Modifier and Type | Class and Description |
---|---|
class |
RngStream
Title: RngStream.java
Description: Multiple Streams and Substreams of Random Numbers Copyright: Pierre L'Ecuyer, University of Montreal Notice: This code can be used freely for personal, academic, or non-commercial purposes. |
Modifier and Type | Method and Description |
---|---|
static RandomNumberStream |
RandomNumberFactory.getRngStream(java.lang.String className,
int stream,
int substream)
Deprecated.
use getInstance(String Map) instead
|