Click or drag to resize

SkipAheadStream Methods

The SkipAheadStream type exposes the following members.

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