Package | Description |
---|---|
groovyx.gpars.extra166y |
Collections supporting parallel operations.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
CommonOps.LongBoundedRandomGenerator |
(package private) static class |
CommonOps.LongIntervalRandomGenerator |
(package private) static class |
CommonOps.LongRandomGenerator |
Modifier and Type | Field and Description |
---|---|
(package private) Ops.LongGenerator |
PAS.FJLGenerate.generator |
Modifier and Type | Method and Description |
---|---|
static Ops.LongGenerator |
CommonOps.longRandom()
Returns a generator producing uniform random values with the
same properties as
Random.nextLong() . |
static Ops.LongGenerator |
CommonOps.longRandom(long bound)
Returns a generator producing uniform random values with the
same properties as
Random.nextInt(int) . |
static Ops.LongGenerator |
CommonOps.longRandom(long least,
long bound)
Returns a generator producing uniform random values between the
given least value (inclusive) and bound (exclusive).
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
AbstractParallelAnyArray.leafGenerate(int l,
int h,
Ops.LongGenerator generator) |
(package private) void |
AbstractParallelAnyArray.LUPap.leafGenerate(int l,
int h,
Ops.LongGenerator generator) |
(package private) void |
AbstractParallelAnyArray.LFPap.leafGenerate(int l,
int h,
Ops.LongGenerator generator) |
(package private) void |
AbstractParallelAnyArray.LRPap.leafGenerate(int l,
int h,
Ops.LongGenerator generator) |
ParallelLongArray |
ParallelLongArray.replaceWithGeneratedValue(Ops.LongGenerator generator)
Replaces elements with the results of applying the given
generator.
|
ParallelLongArrayWithFilter |
ParallelLongArrayWithFilter.replaceWithGeneratedValue(Ops.LongGenerator generator)
Replaces elements with results of applying the given
generator.
|
Constructor and Description |
---|
PAS.FJLGenerate(AbstractParallelAnyArray pap,
int lo,
int hi,
PAS.FJBase next,
Ops.LongGenerator generator) |