On Fri, 26 Apr 2024 09:41:21 GMT, Raffaello Giulietti <rgiulie...@openjdk.org> 
wrote:

>> Move all random generators mandated in package `java.util.random` and 
>> currently implemented in module `jdk.random` to module `java.base`, and 
>> remove module `jdk.random`.
>
> Raffaello Giulietti has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   Terminology changes.

I don't think that there's any intent

> to deploy with additional RandomGeneratorFactory implementations

as this is a final class.

The service provider interface `RandomGenerator` is exposed in the module by 
means of a `uses` clause. For some reason, however, it wasn't documented by a 
`@uses` javadoc tag. Added in last commit.

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

PR Comment: https://git.openjdk.org/jdk/pull/18932#issuecomment-2079603835

Reply via email to