RandomSource<TGenerator>.StateSize 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#
public int StateSize { get; }

Property Value

Int32
The exact number of bytes required for state serialization.

Implements

IStateful.StateSize

See Also