Relates :
|
A DESCRIPTION OF THE PROBLEM : For the default random number generator in Collections.shuffle(), please consider using java.util.concurrent.ThreadLocalRandom instead of the current static copy of Random that is shared across all threads. Related to: JDK-6271215
|