RFR: 8248862: Implement Enhanced Pseudo-Random Number Generators [v31]
Jim Laskey
jlaskey at openjdk.java.net
Thu Mar 18 13:04:43 UTC 2021
On Mon, 15 Mar 2021 23:02:33 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> Jim Laskey has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Missing @since
>
> src/java.base/share/classes/java/util/Random.java line 135:
>
>> 133: * number generator which is maintained by method {@link #next}.
>> 134: *
>> 135: * @implSpec <p>The invocation {@code new Random(seed)} is equivalent to:
>
> This is not conventional formatting for an implSpec section. I suggest putting implSpec on its own line and then left-justifying the text as normal. A new paragraph tag is no needed at the beginning of implSpec.
Adjusted
-------------
PR: https://git.openjdk.java.net/jdk/pull/1292
More information about the core-libs-dev
mailing list