Mrg32k3a.JumpSimOptStream Method

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

Definition

Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.5.0
C#
public void JumpSimOptStream(
	ulong count = 1
)

Parameters

count  UInt64  (Optional)
The number of SimOpt stream 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