Mrg32k3a.LongJumped Method

Returns a copy of this generator advanced by the specified number of stream jumps.

Definition

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

Parameters

count  UInt64  (Optional)
The number of classic RngStreams stream jumps to apply to the copy.

Return Value

Mrg32k3a
A copy of this generator advanced by count streams.

See Also