| Modifier and Type | Field and Description |
|---|---|
static Pattern |
LONG_PATTERN |
static org.apache.commons.math3.random.RandomDataGenerator |
RANDOM_DATA_GENERATOR |
| Constructor and Description |
|---|
RandomLong() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRandomLong(String min,
String max)
random long within range
|
public static final Pattern LONG_PATTERN
public static final org.apache.commons.math3.random.RandomDataGenerator RANDOM_DATA_GENERATOR
@FunctionInvocation public String getRandomLong(String min, String max)
min - minimum numbermax - maximum numberCopyright © 2022. All rights reserved.