Docs
Posts
API
Search
SmallRng
.
Fill
(Span
<byte>
)
Method
Version
v0
.5
.x
Namespace
RandN
Type
SmallRng
Method Members
Create
()
Fill
(Span
<byte>
)
GetFactory
()
NextUInt32
()
NextUInt64
()
NamedType Members
SmallRng
.Factory
Completely fills the span with random bytes.
Namespace
RandN
Containing Type
SmallRng
Implements
IRng
.
Fill
(Span
<byte>
)
Syntax
public
void
Fill
(
Span<
byte
> buffer
)
Parameters
Name
Type
Description
buffer
Span
<byte>
The span to fill.
On This Page
Syntax
Parameters