Mersenne Twister 64Engine Methods
Methods
| Advance | Advances the engine state to the next block (next entropy window). |
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
| Fill | Fills the destination span with values from a contiguous range of indices within the current block. |
| Get | Returns the hash code for this instance. (Inherited from ValueType) |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| Load | Loads the engine's state from the source span in a stable little-endian format. |
| 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. |
| Seed( | Initializes the generator with an array of keys (init_by_array64). |
| Seed( | Initializes the engine state from a seed sequence. |
| Seed( | Initializes the generator with a single seed (init_genrand64). |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |