IBlockRngCore<TItem> Interface
Represents a block RNG with a result type of TItem.
IBlockRngCore<TItem>
ISeekableBlockRngCore<TItem, TBlockCounter>

Syntax

public interface IBlockRngCore<TItem>

Type Parameters

NameDescription
TItem

Properties

NameProperty TypeSummary
BlockLengthint
The length of the generated block.

Methods

NameReturn ValueSummary
Generate(Span<TItem>)void
Generates the next block and fills results with the values.