![]() | Random |
Name | Description | |
---|---|---|
![]() | RandomNumberStream | Constructs a RandomNumberStream object of the default type with a random seed. |
![]() | RandomNumberStream(RandomNumberStreamBasicRandGenType) | Constructs a RandomNumberStream object of the specified type with a random seed. |
![]() | RandomNumberStream(Boolean) | Protected constructor for creating a RandomNumberStream object with null stream pointer. |
![]() | RandomNumberStream(Int32) | Constructs a RandomNumberStream object of the default type and given seed. |
![]() | RandomNumberStream(RandomNumberStream) | Copy constructor. Resulting object is a deep copy of the given stream. |
![]() | RandomNumberStream(Int32, RandomNumberStreamBasicRandGenType) | Constructs a RandomNumberStream object with the given seed and type. |