ChaCha.LoadState 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#
public void LoadState(
	ReadOnlySpan<byte> source
)

Parameters

source  ReadOnlySpan<Byte>
The source byte span.

See Also