Create
Object by reference ! These are the RNG constructors. The first form sets the state to some …
Dispose
Closes the reference and triggers cleanup of the associated C++ object, releasing system resources. …
ReadState
Read the state from the rng object.
WriteState
Write the state to the rng object.
Fill
Fills arrays with random numbers.
Gaussian
Returns the next random number sampled from the Gaussian distribution.
Next
The method updates the state using the MWC algorithm and returns the next 32-bit random number.
Uniform
Returns uniformly distributed integer random number from [a,b) range