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

Roger Riggs rriggs at openjdk.java.net
Fri Nov 12 15:02:33 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.

Marked as reviewed by rriggs (Reviewer).

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

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


More information about the core-libs-dev mailing list