IBlock Random Generator Methods
Methods
| Fill( |
Fills the specified span with random double-precision floating-point numbers.
(Inherited from IRandomGenerator) |
| Fill( |
Fills the specified span with random single-precision floating-point numbers.
(Inherited from IRandomGenerator) |
| Fill( |
Fills the specified span with random 32-bit unsigned integers.
(Inherited from IRandomGenerator) |
| Fill( |
Fills the specified span with random 64-bit unsigned integers.
(Inherited from IRandomGenerator) |
| Load |
Loads the engine's state from the source span in a stable little-endian format.
(Inherited from IStateful) |
| Next |
Fills the specified span with random bytes in little-endian order.
(Inherited from IRandomGenerator) |
| Next |
Generates the next double-precision floating-point number.
(Inherited from IRandomGenerator) |
| Next |
Generates the next single-precision floating-point number.
(Inherited from IRandomGenerator) |
| Next |
Generates the next 32-bit unsigned integer.
(Inherited from IRandomGenerator) |
| Next |
Generates the next 64-bit unsigned integer.
(Inherited from IRandomGenerator) |
| Save |
Saves the engine's state to the destination span in a stable little-endian format.
(Inherited from IStateful) |