The Positive Uniform distribution generates a positive random value uniformly distributed on the interval (0,1).
Generates a positive random value uniformly distributed on the interval (0,1).
Type |
Description |
double |
the generated sample |
Generates a positive random value uniformly distributed on the interval (0,1) using the specified random number generator.
Name |
Type | Description |
r |
java.util.Random | the random number generator |
Type |
Description |
double |
the generated sample |