The LeapfrogStream type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this generator.
(Inherited from RandomNumberStream.) | |
| Dispose |
Frees the stream data structure.
(Inherited from RandomNumberStream.) | |
| Equals | (Inherited from Object.) | |
| Fill | Overloaded. | |
| 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 | (Inherited from Object.) |