| Constructor and Description |
|---|
IntegerIntervalBound(int lower,
int upper) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
describe()
Describes this bound in a human-readable way.
|
java.lang.Integer |
getRandomBoundedValue()
Gets a random value from this bound.
|
public java.lang.Integer getRandomBoundedValue()
BoundgetRandomBoundedValue in interface Bound<java.lang.Integer>