IJumpable.JumpSize Property

Gets the size category of the primary jump operation.

Definition

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

Property Value

RandomJumpSize
A RandomJumpSize value describing the jump distance for Jump(UInt64).

Remarks

This property provides metadata about the canonical jump distance. The actual distance depends on the specific algorithm and is documented per RNG.

See Also