| Constructor | Description |
|---|---|
RandomUtils() |
| Modifier and Type | Method | 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.