Generate(Span<TItem>) Method
Generates the next block and fills results with the values.
Namespace
RandN.Implementation
Containing Type
IBlockRngCore<TItem>

Syntax

void Generate(Span<TItem> results)

Parameters

NameTypeDescription
resultsSpan<TItem>The destination to fill with random values. Must be at least BlockLength long.