Random Source<TGenerator>.Get State 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#
A byte array containing the complete generator state.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public byte[] GetState()Return Value
Byte[]A byte array containing the complete generator state.