Click or drag to resize

RandomNumberStream Methods

The RandomNumberStream type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this generator.
Public methodDispose Frees the stream data structure.
Protected methodDispose(Boolean) Frees the stream data structure.
Public methodFillT(IRandomNumberDistributionT, T) Fills the given array with next random numbers from this stream.
Public methodFillT(IRandomNumberDistributionT, T, Int32, Int32) Fills the given array with next random numbers from this stream.
Protected methodFinalize Frees the stream data structure.
(Overrides ObjectFinalize)
Protected methodStatic memberGetErrorMessage Retrieve an error message for the given Enum value.
Public methodLoadStreamFromFile Sets this generators state to that stored in the given file using the SaveStreamToFile function.
Public methodNextT Fills a new array with next random numbers from this stream.
Public methodReset Resets the the generator to the given seed.
Public methodSaveStreamToFile Save this generators state to a file.
Top
See Also