Threefry4x64.LongJumpSize Property

Gets the size category of the long jump operation.

Definition

Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
public RandomJumpSize LongJumpSize { get; }

Property Value

RandomJumpSize
A RandomJumpSize value describing the jump distance for LongJump(UInt64). May be the same as JumpSize if the RNG only supports one jump distance.

Implements

IJumpable.LongJumpSize

Remarks

This property provides metadata about the long jump distance. If equal to JumpSize, then LongJump(UInt64) is equivalent to Jump(UInt64).

See Also