| Package | Description |
|---|---|
| java.util | |
| java.util.concurrent |
| Modifier and Type | Method and Description |
|---|---|
static void |
Collections.shuffle(List<?> list,
Random random)
Moves every element of the list to a random new position in the list
using the specified random number generator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadLocalRandom |
Copyright © 2024. All rights reserved.