RFR: 8248862: Implement Enhanced Pseudo-Random Number Generators
Jim Laskey
jlaskey at openjdk.java.net
Tue Nov 17 20:43:03 UTC 2020
On Tue, 17 Nov 2020 20:15:34 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
>> This PR is to introduce a new random number API for the JDK. The primary API is found in RandomGenerator and RandomGeneratorFactory. Further description can be found in the JEP https://openjdk.java.net/jeps/356 .
>
> It looks like you have deleted the doc directory. That can't be right?
@erikj79 That's possible I had an intermediate doc folder before the master doc was added. I though I was careful to resolve conflict by selecting master but it might be that I picked the wrong one. Will try and correct in next round,.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1273
More information about the build-dev
mailing list