Re: RFR: JDK-8272326 java/util/Random/RandomTestMoments.java had two Gaussian fails

2021-08-17 Thread Brian Burkhalter
On Mon, 16 Aug 2021 12:32:34 GMT, Jim Laskey wrote: > RandomTestMoments.java and RandomTestChiSquared.java expect successive calls > to nextLong to reproduce the same sequence of values. SecureRandom, by its > nature, does not follow this requirement. The patch filters out SecureRandom > from

Re: RFR: JDK-8272326 java/util/Random/RandomTestMoments.java had two Gaussian fails

2021-08-17 Thread Roger Riggs
On Mon, 16 Aug 2021 12:32:34 GMT, Jim Laskey wrote: > RandomTestMoments.java and RandomTestChiSquared.java expect successive calls > to nextLong to reproduce the same sequence of values. SecureRandom, by its > nature, does not follow this requirement. The patch filters out SecureRandom > from