RandomSource<TGenerator>.GetState Method

Returns the current state of the generator as a byte array.

Definition

Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
public byte[] GetState()

Return Value

Byte[]
A byte array containing the complete generator state.

See Also