-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
None
-
Affects Version/s: 8, 11, 12, 13
-
Component/s: core-libs
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
-