Mrg 32k 3a Engine.Jump Sim Opt Stream Method
Advances the engine by the specified number of SimOpt stream jumps (2^141 outputs each).
Definition
Namespace: Numerics.NET.Random.Engines
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.5.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.5.0
public void JumpSimOptStream(
ulong count = 1
)Parameters
- count UInt64 (Optional)
- The number of SimOpt stream jumps to perform.
Remarks
This method applies the SimOpt stream transition matrix. It is not part of the classic RngStreams stream/substream hierarchy exposed through Jump(UInt64) and LongJump(UInt64).