Cha Cha.Load State Method
Loads the complete state of this random number generator from a byte span.
Definition
Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public void LoadState(
ReadOnlySpan<byte> source
)Parameters
- source ReadOnlySpan<Byte>
- The source byte span.