IBlock Engine<T> Methods
Methods
| Advance | Advances the engine state to the next block (next entropy window). |
| Fill | Fills the destination span with values from a contiguous range of indices within the current block. |
| Load |
Loads the engine's state from the source span in a stable little-endian format.
(Inherited from IStateful) |
| Output | Returns the native word at the specified index within the current block. |
| Save |
Saves the engine's state to the destination span in a stable little-endian format.
(Inherited from IStateful) |
| Seed |
Initializes the engine state from a seed sequence.
(Inherited from IRandomEngine) |