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
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