On Thu, 11 Nov 2021 13:34:21 GMT, Jim Laskey <jlas...@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