A DESCRIPTION OF THE PROBLEM :
The documentation states that "The default implementation checks that origin and bound are positive finite ". It doesn't, and it shouldn't. It checks that origin < bound and that bound - origin is finite.
FREQUENCY : always
The documentation states that "The default implementation checks that origin and bound are positive finite ". It doesn't, and it shouldn't. It checks that origin < bound and that bound - origin is finite.
FREQUENCY : always
- duplicates
-
JDK-8283693 RandomGenerator nextDouble(double, double) is documented incorrectly
-
- Closed
-
- relates to
-
JDK-8287026 Changes related to overflow handling in Random.doubles
-
- Closed
-