Norman Maurer fbf0e5f4dd Prefer JDK ThreadLocalRandom implementation over ours.
Motivation:

We have our own ThreadLocalRandom implementation to support older JDKs . That said we should prefer the JDK provided when running on JDK >= 7

Modification:

Using ThreadLocalRandom implementation of the JDK when possible.

Result:

Make use of JDK implementations when possible.
2017-02-16 15:44:00 -08:00
..
2016-11-21 12:35:40 -08:00
2016-11-22 15:17:05 -08:00
2016-11-21 12:35:40 -08:00
2015-08-20 09:59:23 -07:00
2017-02-15 14:39:14 +01:00