ChaCha.SaveState Method

Saves the complete state of this random number generator to a byte span.

Definition

Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
public void SaveState(
	Span<byte> destination
)

Parameters

destination  Span<Byte>
The destination byte span.

See Also