This partial package defines the elements and function interfaces of a pseudo random number generator package. A random number generator package must inherit from this partial package and adapt the constant nState to the correct length of the state vector.
Name | Description |
---|---|
initialState | Return the initial internal states for the uniform random number generator |
random | Return a random number with a uniform distribution in the range 0.0 < result <= 1.0 |
Date | Description | ||
---|---|---|---|
June 22, 2015 |
|