IRandomStreamSource<TRandom> Methods

Methods

Advance Advances the next index by the specified count without generating streams.
Branch Creates a child stream source at the specified index without advancing this source.
BranchAndAdvance Creates a child stream source at the current next index and advances this source.
NextStream Returns an RNG for the next child stream and advances the index.
NextStreams Returns an array of RNGs for the next N child streams and advances the index.
PrefixStream Returns an RNG corresponding to the current path prefix only.
Seek Sets the next stream index to the specified value.

See Also