Click or drag to resize

RandomNumberStream Constructor

Overload List
 NameDescription
Public methodRandomNumberStream Constructs a RandomNumberStream object of the default type with a random seed.
Public methodRandomNumberStream(RandomNumberStreamBasicRandGenType) Constructs a RandomNumberStream object of the specified type with a random seed.
Protected methodRandomNumberStream(Boolean) Protected constructor for creating a RandomNumberStream object with null stream pointer.
Public methodRandomNumberStream(Int32) Constructs a RandomNumberStream object of the default type and given seed.
Protected methodRandomNumberStream(RandomNumberStream) Copy constructor. Resulting object is a deep copy of the given stream.
Public methodRandomNumberStream(Int32, RandomNumberStreamBasicRandGenType) Constructs a RandomNumberStream object with the given seed and type.
Top
See Also