Integrated: JDK-8272326 java/util/Random/RandomTestMoments.java had two Gaussian fails
Jim Laskey
jlaskey at openjdk.java.net
Tue Aug 17 15:57:27 UTC 2021
On Mon, 16 Aug 2021 12:32:34 GMT, Jim Laskey <jlaskey at 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.
This pull request has now been integrated.
Changeset: cf64c3e7
Author: Jim Laskey <jlaskey at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/cf64c3e7e226eacf675d984db52872b0a8343a46
Stats: 5 lines in 2 files changed: 3 ins; 0 del; 2 mod
8272326: java/util/Random/RandomTestMoments.java had two Gaussian fails
Reviewed-by: rriggs, bpb
-------------
PR: https://git.openjdk.java.net/jdk/pull/5124
More information about the core-libs-dev
mailing list