RandomSource<TGenerator>.BitsPerWord Property

Gets the number of bits per word in the generator's native output.

Definition

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

Property Value

Int32
The word size in bits (typically 32 or 64).

Implements

IRandomSource.BitsPerWord

See Also