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