Completely fills the span with random bytes.
- Namespace
- RandN
.Rngs - Containing Type
- XorShift
- Implements
Syntax
public void Fill(Span<byte> buffer)
Parameters
Name | Type | Description |
---|---|---|
buffer | Span | The span to fill. |
public void Fill(Span<byte> buffer)
Name | Type | Description |
---|---|---|
buffer | Span | The span to fill. |