Constructs a LeapfrogStream object based on a given original
stream.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 5.1.0.0
Syntax
Parameters
- originalStream
- Type: CenterSpace.NMath.Core..::.RandomNumberStream
Original random number sequence from
which the created LeapfrogStream object is based.
- streamNumber
- Type: System..::.Int32
The stream number. This should be a
number between 0 and numberOfStreams - 1.
- numberOfStreams
- Type: System..::.Int32
The total number of independent leapfrog streams that
are being constructed.
See Also