| Constructor and Description |
|---|
RandomUtils() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
nextBytes(Random random,
int length) |
static int |
nextInt(int min,
int max) |
static int |
nextInt(Random random,
int min,
int max) |
Copyright © 2018. All rights reserved.