On Mon, 31 Jan 2022 22:31:03 GMT, Joe Darcy <da...@openjdk.org> wrote:
> The original fix to JDK-8280550 contained a typo where r rather than bound > was used as the first argument to nextAfter; this PR corrects that issue. This pull request has now been integrated. Changeset: 0e70d450 Author: Joe Darcy <da...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/0e70d4504c267174738485c7da82a2ac0ef09770 Stats: 42 lines in 2 files changed: 39 ins; 0 del; 3 mod 8280950: RandomGenerator:NextDouble() default behavior non conformant after JDK-8280550 fix Reviewed-by: bpb, jlaskey ------------- PR: https://git.openjdk.java.net/jdk/pull/7292