"
Toggle side menu
Toggle side menu
Docs
Blog
API
IRng
.
Fill
(Span
<byte>
)
Method
Summary
Completely fills the span with random bytes.
Namespace
RandN
Containing Type
IRng
Syntax
void
Fill(Span<
byte
>
buffer
)
Parameters
Name
Type
Description
buffer
Span
<byte>
The span to fill.
Return Value
Type
Description
void