Counter Based Random Source<TGenerator, TWord>.Key Length Property
Gets the number of words in the engine key.
Definition
Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
The key 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 KeyLength { get; }Property Value
Int32The key length in words. This value is algorithm-specific and constant for a given engine type.