Seed(ReadOnlySpan<uint>, ulong) Constructor
Constructs a new ChaCha seed from a key and a stream id.
Namespace
RandN.Rngs
Containing Type
ChaCha.Seed

Syntax

public Seed(ReadOnlySpan<uint> key, ulong stream)

Parameters

NameTypeDescription
keyReadOnlySpan<uint>ChaCha's key. Must have a length of 8.
streamulongChaCha's 64-bit stream id.