Represents a block RNG that can be seeked.
- Namespace
- RandN
.Implementation - Interfaces
Syntax
public interface ISeekableBlockRngCore<TItem, TBlockCounter> : IBlockRngCore<TItem>
where TBlockCounter : notnull, IEquatable<TBlockCounter>Type Parameters
| Name | Description |
|---|---|
| TItem | |
| TBlockCounter |
Properties
| Name | Property Type | Summary |
|---|---|---|
| BlockCounter | TBlockCounter | The current position of the RNG core. |
Methods
| Name | Return Value | Summary |
|---|---|---|
| Regenerate | void | Regenerates the previous block and fills results without advancing the counter. |