public class RandomUtils
extends java.lang.Object
Constructor and Description |
---|
RandomUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
shuffleInPlace(int[] toShuffle,
java.util.Random random)
Randomly shuffle the specified integer array using a Fisher-Yates shuffle algorithm
|