Integrated: JDK-8274685 - Documentation suggests there are ArbitrarilyJumpableGenerator when none

Jim Laskey jlaskey at openjdk.java.net
Mon Nov 22 16:23:25 UTC 2021


On Thu, 11 Nov 2021 13:34:21 GMT, Jim Laskey <jlaskey at openjdk.org> wrote:

> "There is also an interface RandomGenerator.ArbitrarilyJumpableGenerator for algorithms that allow jumping along the state cycle by any user-specified distance. In this package, implementations of these interfaces include "Xoroshiro128PlusPlus", and "Xoshiro256PlusPlus" is incorrect. "Xoroshiro128PlusPlus", and "Xoshiro256PlusPlus" are actually RandomGenerator.JumpableGenerator.

This pull request has now been integrated.

Changeset: 8683de5e
Author:    Jim Laskey <jlaskey at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/8683de5eda2d1a04f187073f969140245908f324
Stats:     18 lines in 1 file changed: 7 ins; 2 del; 9 mod

8274685: Documentation suggests there are ArbitrarilyJumpableGenerator when none

Co-authored-by: Guy Steele <gls at openjdk.org>
Reviewed-by: rriggs

-------------

PR: https://git.openjdk.java.net/jdk/pull/6349


More information about the core-libs-dev mailing list