public interface IntRandomGenerator
Modifier and Type | Method and Description |
---|---|
int |
lowerInt()
Specifies the lower bound of the values that can be returned by
nextInt() . |
int |
nextInt() |
int |
nextInt(int bound) |
int |
upperInt()
Specifies the upper bound of the values that can be returned by
nextInt() . |
int nextInt()
int nextInt(int bound)
int lowerInt()
Specifies the lower bound of the values that can be returned by nextInt()
.
int upperInt()
Specifies the upper bound of the values that can be returned by nextInt()
.