Re: RFR: 8279598: Provide adapter from RandomGenerator to Random [v11]

2022-02-28 Thread liach
On Mon, 28 Feb 2022 18:49:59 GMT, ExE Boss wrote: >> Yasser Bazzi has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update javadoc > > src/java.base/share/classes/java/util/Random.java line 93: > >> 91: >> 92:

Re: RFR: 8279598: Provide adapter from RandomGenerator to Random [v11]

2022-02-28 Thread ExE Boss
On Fri, 25 Feb 2022 23:27:45 GMT, Yasser Bazzi wrote: >> Hi, could i get a review on this implementation proposed by Stuart Marks, i >> decided to use the >> https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/random/RandomGenerator.html >> interface to create the default

Re: RFR: 8279598: Provide adapter from RandomGenerator to Random [v11]

2022-02-25 Thread Yasser Bazzi
> Hi, could i get a review on this implementation proposed by Stuart Marks, i > decided to use the > https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/random/RandomGenerator.html > interface to create the default method `asRandom()` that wraps around the > newer algorithms