public class RandomUtils extends Object
| Constructor and Description |
|---|
RandomUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
nextInt(int max) |
static int |
nextInt(int min,
int max) |
static <T> T |
random(List<T> data) |
static <T> Set<T> |
randomList(List<T> data,
int num) |
Copyright © 2016. All Rights Reserved.