The RandomNumberStream type exposes the following members.

Constructors

  NameDescription
RandomNumberStreamOverloaded.

Methods

  NameDescription
Clone
Creates a deep copy of this generator.
Dispose
Frees the stream data structure.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FillOverloaded.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
LoadStreamFromFile
Sets this generators state to that stored in the given file using the SaveStreamToFile function.
Next<(Of <(T>)>)
Fills a new array with next random numbers from this stream.
Reset
Resets the the generator to the given seed.
SaveStreamToFile
Save this generators state to a file.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
DEFAULT_BASIC_RNG
The default uniform generator algorithm.

Properties

  NameDescription
RandGenType
Gets the type.

See Also