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

Syntax

public void Fill(Span<byte> buffer)

Parameters

NameTypeDescription
bufferSpan<byte>The span to fill.