Integrated: 8282551: Properly initialize L32X64MixRandom state

2022-03-02 Thread Devin Smith
On Tue, 18 Jan 2022 01:39:52 GMT, Devin Smith wrote: > Did a cursory review of the other generators, they seem to set the state > correctly. This pull request has now been integrated. Changeset: ce18ff85 Author: Devin Smith Committer: Jim Laskey URL: https://git.openjdk.ja

Re: RFR: 8282551: Properly initialize L32X64MixRandom state

2022-03-02 Thread Devin Smith
On Tue, 18 Jan 2022 01:39:52 GMT, Devin Smith wrote: > Did a cursory review of the other generators, they seem to set the state > correctly. Thanks for the help. I signed the OCA on Jan 17, 2022 and got confirmation it was approved on Jan 20, 2022. - PR:

Re: RFR: 8282551: Properly initialize L32X64MixRandom state

2022-03-02 Thread Devin Smith
On Tue, 18 Jan 2022 01:39:52 GMT, Devin Smith wrote: > Did a cursory review of the other generators, they seem to set the state > correctly. @JimLaskey would it be possible to create an issue and review this change? I don't have an account on the OpenJDK issue tracker. I'm not su

RFR: 8282551: Properly initialize L32X64MixRandom state

2022-03-02 Thread Devin Smith
Did a cursory review of the other generators, they seem to set the state correctly. - Commit messages: - [PATCH] Properly initialize L32X64MixRandom state Changes: https://git.openjdk.java.net/jdk/pull/7120/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk=7120=00 Issue: