Abstract |
The AbstractRandomNumberStream type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Creates a deep copy of this generator.
(Inherited from RandomNumberStream) | |
Dispose |
Frees the stream data structure.
(Inherited from RandomNumberStream) | |
Dispose(Boolean) |
Frees the stream data structure.
(Inherited from RandomNumberStream) | |
FillT(IRandomNumberDistributionT, T) |
Fills the given array with next random numbers from this stream.
(Inherited from RandomNumberStream) | |
FillT(IRandomNumberDistributionT, T, Int32, Int32) |
Fills the given array with next random numbers from this stream.
(Inherited from RandomNumberStream) | |
Finalize |
Destructor. Frees resources.
(Overrides RandomNumberStreamFinalize) | |
LoadStreamFromFile |
Sets this generators state to that stored in the given file using the
SaveStreamToFile function.
(Inherited from RandomNumberStream) | |
NextT |
Fills a new array with next random numbers from this stream.
(Inherited from RandomNumberStream) | |
Reset |
Resets the the generator to the given seed.
(Inherited from RandomNumberStream) | |
SaveStreamToFile |
Save this generators state to a file.
(Inherited from RandomNumberStream) |