Hi,
The system property name "java.util.secureRandomSeed" suggests that it
is not for SplittableRandom only. Now that ThreadLocalRandom is
algorithmically aligned with SplittableRandom, should initial seed for
TLR instances also use the same algorithm?
Regards, Peter
On 08/19/2013 01:06 PM, Paul Sandoz wrote:
Hi,
This is the patch for SplittableRandom:
http://cr.openjdk.java.net/~psandoz/tl/JDK-8020292-SplittableRandom/webrev/
The algorithm remains the same as reported by Doug on the 9th August:
http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-August/019768.html
Paul.