Xoshiro 256Star Star.Bits Per Word 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#
The word size in bits (typically 32 or 64).
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public override int BitsPerWord { get; }Property Value
Int32The word size in bits (typically 32 or 64).
Implements
IRandomSource.BitsPerWordRemarks
This property describes the natural output size of the underlying generator. For example, 32-bit generators (Pcg32, Xoshiro128**, Philox4x32) return 32, while 64-bit generators (Pcg64, Xoshiro256**, Philox4x64) return 64.