Counter Based Generator 64<TEngine>.Counter Length Property
Gets the number of words in the engine counter.
Definition
Namespace: Numerics.NET.Random.Generators
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
The counter length in words. This value is algorithm-specific and constant for a given engine type.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public int CounterLength { get; }Property Value
Int32The counter length in words. This value is algorithm-specific and constant for a given engine type.