Mrg32k3a.JumpSimOptSubsubstream Method

Advances the generator by the specified number of SimOpt subsubstream jumps (2^47 outputs each).

Definition

Namespace: Numerics.NET.Random
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 is part of the SimOpt three-level hierarchy and is independent of the classic RngStreams stream/substream mapping used by Standard.

See Also