Generates the next block and fills results with the values.
- Namespace
- RandN
.Implementation - Containing Type
- IBlockRngCore
<TItem>
Syntax
void Generate(Span<TItem> results)Parameters
| Name | Type | Description |
|---|---|---|
| results | Span| The destination to fill with random values. Must be at least | BlockLength long. |