Mrg 32k 3a Engine.Jump Method
Jumps the RNG forward by the specified number of primary
jump strides.
Definition
Namespace: Numerics.NET.Random.Engines
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.5.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.5.0
public void Jump(
ulong count = 1
)Parameters
- count UInt64 (Optional)
- The number of jumps to perform (default: 1).
Implements
IJumpable.Jump(UInt64)Remarks
For MRG32k3a, this method advances by classic RngStreams substreams. Each jump moves ahead 276 outputs.