ICounterBased<T>.KeyLength Property

Gets the number of words in the engine key.

Definition

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

Property Value

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

See Also