Mrg32k3aEngine.JumpSimOptSubsubstream 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#
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).

See Also