Inspired by Actual Events: Java 7's ThreadLocalRandom
Java 7 brings many new language features and new classes to the Java developer. One of the new classes included in Java 7's new concurrency offerings is ThreadLocalRandom (located in the java.util.concurrent package). ThreadLocalRandom extends java.util.Random, but intentionally does not support the explicit setting of seed its parent class supports.
Read full article from Inspired by Actual Events: Java 7's ThreadLocalRandom
No comments:
Post a Comment