On Mon, 16 Aug 2021 12:32:34 GMT, Jim Laskey <jlas...@openjdk.org> 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 these tests. Marked as reviewed by rriggs (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/5124