|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ops.IntGenerator | |
---|---|
groovyx.gpars.extra166y | Collections supporting parallel operations. |
Uses of Ops.IntGenerator in groovyx.gpars.extra166y |
---|
Classes in groovyx.gpars.extra166y that implement Ops.IntGenerator | |
---|---|
(package private) static class |
CommonOps.IntBoundedRandomGenerator
|
(package private) static class |
CommonOps.IntIntervalRandomGenerator
|
(package private) static class |
CommonOps.IntRandomGenerator
|
Methods in groovyx.gpars.extra166y that return Ops.IntGenerator | |
---|---|
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) |
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV NEXT | FRAMES NO FRAMES |