IScalar Engine<T> Methods
Methods
| Advance | Advances the engine state by one transition step. |
| Fill | Fills the destination span with successive native words from the engine's stream. |
| Load |
Loads the engine's state from the source span in a stable little-endian format.
(Inherited from IStateful) |
| Next | Advances the engine by one step and returns the native word produced for that step. |
| Output | Returns the native word produced by applying the output mapping function to the current engine state, without mutating that state. |
| 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) |