Random Source<TGenerator>.State Size Property
Gets the number of bytes required to save/load this generator's state.
Definition
Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
The exact number of bytes required for state serialization.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public int StateSize { get; }Property Value
Int32The exact number of bytes required for state serialization.