RFR: 8248862: Implement Enhanced Pseudo-Random Number Generators [v25]
Jim Laskey
jlaskey at openjdk.java.net
Mon Mar 1 13:37:58 UTC 2021
On Fri, 26 Feb 2021 21:25:38 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
>> Jim Laskey has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 57 commits:
>>
>> - Merge branch 'master' into 8248862
>> - Adjust ThreadLocalRandom javadoc inheritence
>> - L32X64StarStarRandom -> L32X64MixRandom
>> - Various corrects
>> - Revised javadoc per CSR reviews
>> - Remove tabs from random/package-info.java
>> - Correct copyright notice.
>> - Merge branch 'master' into 8248862
>> - Update tests for RandomGeneratorFactory.all()
>> - Merge branch 'master' into 8248862
>> - ... and 47 more: https://git.openjdk.java.net/jdk/compare/0257caad...b9094279
>
> src/java.base/share/classes/java/util/random/RandomGeneratorFactory.java line 240:
>
>> 238: * Returns a {@link RandomGenerator} that utilizes the {@code name}
>> 239: * <a href="package-summary.html#algorithms">algorithm</a>.
>> 240: *
>
> In javadoc, this seems like is should read as: "utilizes the named algorithm".
> The use of the parameter name is unnecessary in this case because it is obvious and readability suffers as is.
Modified.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1292
More information about the core-libs-dev
mailing list