Xoshiro 128Star Star.Long Jump Size 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#
A RandomJumpSize value describing the jump distance for LongJump(UInt64). May be the same as JumpSize if the RNG only supports one jump distance.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public RandomJumpSize LongJumpSize { get; }Property Value
RandomJumpSizeA 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.LongJumpSizeRemarks
This property provides metadata about the long jump distance. If equal to JumpSize, then LongJump(UInt64) is equivalent to Jump(UInt64).