URL for Java Concurrent Random Generator
These are a starting point but it sounds like there is an important class for this starting in JDK 7:
http://docs.oracle.com/javase/tutorial/essential/concurrency/threadlocalrandom.htmlhttp://docs.oracle.com/javase/tutorial/essential/concurrency/threadlocalrandom.html
http://java.dzone.com/articles/concurrent-random-java-se-7
http://www.summa-tech.com/blog/2012/03/14/the-several-flavors-of-random-in-java
http://stackoverflow.com/questions/17380382/parallel-random-numbers-generating-same-result-for-different-numbers-of-tasks
java.util.Random and java.util.concurrent.ThreadLocalRandom in multithreaded environments
http://marxsoftware.blogspot.ca/2011/12/java-7s-threadlocalrandom.html
http://marxsoftware.blogspot.ca/2011/12/java-7s-threadlocalrandom.html
Join my FREE newsletter to learn more about why I need this feature
