Package | Description |
---|---|
groovyx.gpars.extra166y |
Collections supporting parallel operations.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
CommonOps.DoubleBoundedRandomGenerator |
(package private) static class |
CommonOps.DoubleIntervalRandomGenerator |
(package private) static class |
CommonOps.DoubleRandomGenerator |
Modifier and Type | Field and Description |
---|---|
(package private) Ops.DoubleGenerator |
PAS.FJDGenerate.generator |
Modifier and Type | Method and Description |
---|---|
static Ops.DoubleGenerator |
CommonOps.doubleRandom()
Returns a generator producing uniform random values between
zero and one, with the same properties as
Random.nextDouble() . |
static Ops.DoubleGenerator |
CommonOps.doubleRandom(double bound)
Returns a generator producing uniform random values between
zero and the given bound, with the same properties as
Random.nextDouble() . |
static Ops.DoubleGenerator |
CommonOps.doubleRandom(double least,
double 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.DoubleGenerator generator) |
(package private) void |
AbstractParallelAnyArray.DUPap.leafGenerate(int l,
int h,
Ops.DoubleGenerator generator) |
(package private) void |
AbstractParallelAnyArray.DFPap.leafGenerate(int l,
int h,
Ops.DoubleGenerator generator) |
(package private) void |
AbstractParallelAnyArray.DRPap.leafGenerate(int l,
int h,
Ops.DoubleGenerator generator) |
ParallelDoubleArray |
ParallelDoubleArray.replaceWithGeneratedValue(Ops.DoubleGenerator generator)
Replaces elements with the results of applying the given
generator.
|
ParallelDoubleArrayWithFilter |
ParallelDoubleArrayWithFilter.replaceWithGeneratedValue(Ops.DoubleGenerator generator)
Replaces elements with results of applying the given generator.
|
Constructor and Description |
---|
PAS.FJDGenerate(AbstractParallelAnyArray pap,
int lo,
int hi,
PAS.FJBase next,
Ops.DoubleGenerator generator) |