Represents a block RNG with a result type of TItem.
- Namespace
- RandN
.Implementation - Implementing Types
Syntax
public interface IBlockRngCore<TItem>Type Parameters
| Name | Description |
|---|---|
| TItem |
Properties
| Name | Property Type | Summary |
|---|---|---|
| BlockLength | int | The length of the generated block. |
Methods
| Name | Return Value | Summary |
|---|---|---|
| Generate | void | Generates the next block and fills results with the values. |