Overload List
| Name | Description | |
|---|---|---|
| RandomNumberStream()()() |
Constructs a RandomNumberStream object of the default type with a random
seed.
| |
| RandomNumberStream(Int32) |
Constructs a RandomNumberStream object of the default type and given seed.
| |
| RandomNumberStream(Int32, RandomNumberStream..::.BasicRandGenType) |
Constructs a RandomNumberStream object with the given seed and type.
|