RandomStreamPartition<TRandom>.Stride Property

Gets the jump stride used at this hierarchy level.

Definition

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

Property Value

JumpStride
The JumpStride value indicating whether this partition uses standard or long jumps.

See Also