Mrg 32k 3a.Long Jumped 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#
A copy of this generator advanced by count streams.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.5.0
public Mrg32k3a LongJumped(
ulong count = 1
)Parameters
- count UInt64 (Optional)
- The number of classic RngStreams stream jumps to apply to the copy.
Return Value
Mrg32k3aA copy of this generator advanced by count streams.