Philox4x32Engine.CounterLength Property

Gets the number of words in the engine counter.

Definition

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

Property Value

Int32
The counter length in words. This value is algorithm-specific and constant for a given engine type.

Implements

ICounterBased<T>.CounterLength

See Also