static final class CommonOps.IntIntervalRandomGenerator extends java.lang.Object implements Ops.IntGenerator
Modifier and Type | Field and Description |
---|---|
(package private) int |
least |
(package private) int |
range |
Constructor and Description |
---|
CommonOps.IntIntervalRandomGenerator(int least,
int bound) |
Modifier and Type | Method and Description |
---|---|
int |
op() |
CommonOps.IntIntervalRandomGenerator(int least, int bound)
public int op()
op
in interface Ops.IntGenerator