The LeapfrogStream type exposes the following members.

Constructors

  NameDescription
LeapfrogStream
Constructs a LeapfrogStream object based on a given original stream.

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.)

Fields

  NameDescription
SupportedGeneratorTypes
A list of basic random number generator types which support leapfrog streams.

Properties

  NameDescription
RandGenType
Gets the type.
(Inherited from RandomNumberStream.)

See Also