RFR: 8279598: Provide adapter from RandomGenerator to Random [v8]

Yasser Bazzi duke at openjdk.java.net
Fri Feb 25 01:13:43 UTC 2022


On Wed, 23 Feb 2022 13:14:07 GMT, Jim Laskey <jlaskey at openjdk.org> wrote:

>> Yasser Bazzi has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   check from master branch
>
> src/java.base/share/classes/java/util/Random.java line 259:
> 
>> 257: 
>> 258:     private static final AtomicLong seedUniquifier
>> 259:     = new AtomicLong(8682522807148012L);
> 
> This seems (to me) like an odd indentation change.

Reverted the wrong indentation changes sorry about that.

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

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


More information about the core-libs-dev mailing list