The LeapfrogStream type exposes the following members.

Methods

  NameDescription
Clone
Creates a deep copy of this generator.
(Inherited from RandomNumberStream.)
Dispose
Frees the stream data structure.
(Inherited from RandomNumberStream.)
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.
(Inherited from RandomNumberStream.)
Next<(Of <(T>)>)
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.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also