On Tue, 26 Apr 2022 16:38:37 GMT, Raffaello Giulietti <d...@openjdk.java.net> wrote:
> The spec of the interface `java.util.random.RandomGenerator` is slightly > incorrect when it discusses `float` and `double` random values. This PR fixes the spec and replaces hard-coded literals with static compilation time symbolic expressions. ------------- PR: https://git.openjdk.java.net/jdk/pull/8404