This sub-library contains partial functions that define the interfaces of functions of the same kind (like random(..) function).
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 |
|