A DESCRIPTION OF THE PROBLEM :
https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/random/RandomGenerator.JumpableGenerator.html#rngs() says:
> The default implementation calls jump().
However, this is incorrect. The default implementation calls jump*s*. Both the link text and the link need to be corrected.
https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/random/RandomGenerator.JumpableGenerator.html#rngs() says:
> The default implementation calls jump().
However, this is incorrect. The default implementation calls jump*s*. Both the link text and the link need to be corrected.
- csr for
-
JDK-8277003 JumpableGenerator.rngs() documentation refers to wrong method
-
- Closed
-