Mrg 32k 3a Engine.Jump Sim Opt Substream Method
Advances the engine by the specified number of SimOpt substream jumps (2^94 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 JumpSimOptSubstream(
ulong count = 1
)Parameters
- count UInt64 (Optional)
- The number of SimOpt substream jumps to perform.
Remarks
This method applies the SimOpt substream transition matrix. It is not part of the classic RngStreams stream/substream hierarchy exposed through Jump(UInt64) and LongJump(UInt64).