Fill(Span<byte>) Method
Completely fills the span with random bytes.

Syntax

public void Fill(Span<byte> dest)

Parameters

NameTypeDescription
destSpan<byte>