-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
8, 11, 12, 13
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
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:
- relates to
-
JDK-8294693 Add Collections.shuffle overload that accepts RandomGenerator interface
-
- Resolved
-