On Fri, 17 Jun 2022 16:44:30 GMT, Raffaello Giulietti <d...@openjdk.org> wrote:
> Extend delegation by instance returned by Random.from() to all methods > exposed by RandomGenerator. just a stylistic comment in passing: it's a bit strange to see half of the methods call `this.generator` and the other half simply call `generator`. Otherwise looks like your change is ready to be sponsored! ------------- PR: https://git.openjdk.org/jdk19/pull/36