Overload List
| Name | Description | |
|---|---|---|
| RandomNumbers<(Of <(T, D>)>)()()() |
Constructs a RandomNumbers instance with default seed, distribution, and buffer size.
| |
| RandomNumbers<(Of <(T, D>)>)(D) |
Constructs a RandomNumbers instance from the given distribution.
| |
| RandomNumbers<(Of <(T, D>)>)(RandomNumberStream..::.BasicRandGenType, D) |
Constructs a RandomNumbers instance from the given uniform generator type and distribution.
| |
| RandomNumbers<(Of <(T, D>)>)(Int32, Int32) |
Constructs a RandomNumbers instance from the given seed and buffer size.
| |
| RandomNumbers<(Of <(T, D>)>)(RandomNumberStream, D, Int32) |
Constructs a RandomNumbers instance from the given stream, distribution,
and buffer size.
| |
| RandomNumbers<(Of <(T, D>)>)(RandomNumberStream..::.BasicRandGenType, D, Int32) |
Constructs a RandomNumbers instance from the given uniform generator type, distribution,
and buffer size.
| |
| RandomNumbers<(Of <(T, D>)>)(Int32, RandomNumberStream..::.BasicRandGenType, D) |
Constructs a RandomNumbers instance from the given seed, uniform generator type, and distribution.
| |
| RandomNumbers<(Of <(T, D>)>)(Int32, D, Int32) |
Constructs a RandomNumbers instance from the given seed, distribution, and buffer size.
|