Xoroshiro 128Plus Plus Engine.Bits Per Word Property
Gets the native word size in bits.
Definition
Namespace: Numerics.NET.Random.Engines
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
The number of bits in the native word type (typically 32 or 64).
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public int BitsPerWord {
get;
}Property Value
Int32The number of bits in the native word type (typically 32 or 64).
Implements
IRandomEngine.BitsPerWordRemarks
This value typically equals 8 * sizeof(T) for engines producing type T, and matches the engine's native semantics.