Click or drag to resize

RandomNumbersT, D Constructor

Overload List
 NameDescription
Public methodRandomNumbersT, D Constructs a RandomNumbers instance with default seed, distribution, and buffer size.
Public methodRandomNumbersT, D(D) Constructs a RandomNumbers instance from the given distribution.
Protected methodRandomNumbersT, D(RandomNumbersT, D) Copy constructor.
Public methodRandomNumbersT, D(RandomNumberStreamBasicRandGenType, D) Constructs a RandomNumbers instance from the given uniform generator type and distribution.
Public methodRandomNumbersT, D(Int32, Int32) Constructs a RandomNumbers instance from the given seed and buffer size.
Public methodRandomNumbersT, D(RandomNumberStreamBasicRandGenType, D, Int32) Constructs a RandomNumbers instance from the given uniform generator type, distribution, and buffer size.
Public methodRandomNumbersT, D(Int32, D, Int32) Constructs a RandomNumbers instance from the given seed, distribution, and buffer size.
Public methodRandomNumbersT, D(Int32, RandomNumberStreamBasicRandGenType, D) Constructs a RandomNumbers instance from the given seed, uniform generator type, and distribution.
Public methodRandomNumbersT, D(RandomNumberStream, D, Int32) Constructs a RandomNumbers instance from the given stream, distribution, and buffer size.
Top
See Also