The positive uniform distribution generates a positive random value uniformly distributed on the interval (0,1).
- Description
- Generates a positive random value uniformly distributed on the interval (0,1).
- Result
-
Type Description double The generated sample.
- Description
- Generates a positive random value uniformly distributed on the interval (0,1) using the specified random number generator.
- Parameters
-
Name Type Description r java.util.Random The random number generator. - Result
-
Type Description double The generated sample.
-
How can we improve this article?
-