public class KnuthShuffle extends Object
| Constructor and Description |
|---|
KnuthShuffle() |
| Modifier and Type | Method and Description |
|---|---|
static <S> void |
shuffle(List<S> a,
RandomGenerator randomGenerator) |
public static <S> void shuffle(List<S> a, RandomGenerator randomGenerator)
Copyright © 2017. All rights reserved.