On Fri, 17 May 2024 08:28:15 GMT, Raffaello Giulietti <rgiulie...@openjdk.org> wrote:
>> All random number generator algorithms are implemented in module >> `java.base`. The usage of `ServiceLoader` in `j.u.r.RandomGeneratorFactory` >> is no longer needed. > > Raffaello Giulietti has updated the pull request incrementally with one > additional commit since the last revision: > > SecureRandom added to the table in package documentation. src/java.base/share/classes/java/util/random/package-info.java line 129: > 127: * > 128: * <p> Random number generator algorithms are organized in groups, > 129: * as described <a href="package-summary.html#algorithms">below</a>. FYI, it is possible to link to an anchor in a package-info file using syntax like `{@linkplain java.util.random##algorithms below}` ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/19212#discussion_r1607475198