Xoshiro 128Star Star Engine.Jump Size Property
Gets the size category of the primary jump operation.
Definition
Namespace: Numerics.NET.Random.Engines
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
A RandomJumpSize value describing the jump distance for Jump(UInt64).
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public RandomJumpSize JumpSize {
get;
}Property Value
RandomJumpSizeA RandomJumpSize value describing the jump distance for Jump(UInt64).
Implements
IJumpable.JumpSizeRemarks
This property provides metadata about the canonical jump distance. The actual distance depends on the specific algorithm and is documented per RNG.