[9] RFR of 8074460: Always print seeds used in [Splittable]Random instances in java.math tests

Brian Burkhalter brian.burkhalter at oracle.com
Fri Mar 6 20:03:56 UTC 2015


Please review at your convenience:

Issue:	https://bugs.openjdk.java.net/browse/JDK-8074460
Patch:	http://cr.openjdk.java.net/~bpb/8074460/webrev.00/

Summary: Create a utility class which creates a pseudorandom number generator (PRNG) and retains the seed. Use this class in java.math tests which use a PRNG. Always print the seed value before the PRNG is used.

Thanks,

Brian


More information about the core-libs-dev mailing list