Initializing Secure Random (Reprise)

Martin Buchholz martinrb at google.com
Mon Nov 24 23:01:38 UTC 2014


On Mon, Nov 24, 2014 at 2:36 PM, Bernd Eckenfels <ecki at zusammenkunft.net> wrote:
> Hello,
> BTW2: I am not sure, it this seeded per thread? then using getSeed()
> is probably even worse.

No.  ThreadLocalRandom and SplittableRandom each need 8 seed bytes per
JVM startup.



More information about the core-libs-dev mailing list