Wrapped Random Source<TRng>.Bits Per Word Property
Gets the number of bits per word in the generator's native output.
Definition
Namespace: Numerics.NET.Random.Adapters
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
The word size in bits from the underlying RNG.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public int BitsPerWord { get; }Property Value
Int32The word size in bits from the underlying RNG.