I\'m trying out Java 7\'s ThreadLocalRandom and see that it is generating exactly the same random numbers across multiple threads.
Here is my code, in which I creat
Seems like there's an open bug regarding this issue. See here and here