Package | Description |
---|---|
groovyx.gpars.extra166y |
Collections supporting parallel operations.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
CommonOps.IntBoundedRandomGenerator |
(package private) static class |
CommonOps.IntIntervalRandomGenerator |
(package private) static class |
CommonOps.IntRandomGenerator |
Modifier and Type | Method and Description |
---|---|
static Ops.IntGenerator |
CommonOps.intRandom()
Returns a generator producing uniform random values with the
same properties as
Random.nextInt() . |
static Ops.IntGenerator |
CommonOps.intRandom(int bound)
Returns a generator producing uniform random values with the
same properties as
Random.nextInt(int) . |
static Ops.IntGenerator |
CommonOps.intRandom(int least,
int bound)
Returns a generator producing uniform random values between the
given least value (inclusive) and bound (exclusive).
|