| Constructor and Description |
|---|
RandomUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
appendAsHex(Random random,
int length,
StringBuilder builder) |
static String |
nextAsHex(Random random,
int length) |
static byte[] |
nextBytes(Random random,
int length) |
static int |
nextInt(int min,
int max) |
static int |
nextInt(Random random,
int min,
int max) |
public static byte[] nextBytes(Random random, int length)
public static void appendAsHex(Random random, int length, StringBuilder builder)
public static int nextInt(int min,
int max)
public static int nextInt(Random random, int min, int max)
Copyright © 2017. All rights reserved.