Click or drag to resize

SkipAheadStream Constructor

Constructs a SkipAheadStream object based on a given original stream.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public SkipAheadStream(
	RandomNumberStream originalStream,
	int streamNumber,
	int streamLength
)

Parameters

originalStream  RandomNumberStream
Original random number sequence from which the created SkipAheadStream object is based.
streamNumber  Int32
The stream number. If there are to be a total of k skip-ahead streams to be generated, this number should be between 0 and k - 1.
streamLength  Int32
The length of skip-ahead stream.
See Also