Fill(Span<byte>) Method
Completely fills the span with random bytes.
Namespace
RandN.Rngs
Containing Type
ChaCha
Implements

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]&#xA;public void Fill(Span<byte> buffer)

Attributes

TypeDescription
MethodImplAttribute

Parameters

NameTypeDescription
bufferSpan<byte>The span to fill.