public class IntRange extends Object
Constructor and Description |
---|
IntRange(int min,
int max) |
Modifier and Type | Method and Description |
---|---|
static IntRange |
between(int min,
int max) |
int |
choose(Random random) |
int |
getMax() |
int |
getMin() |
String |
toString() |