Uses of Interface
groovyx.gpars.extra166y.Ops.DoubleGenerator

Packages that use Ops.DoubleGenerator
groovyx.gpars.extra166y Collections supporting parallel operations. 
 

Uses of Ops.DoubleGenerator in groovyx.gpars.extra166y
 

Classes in groovyx.gpars.extra166y that implement Ops.DoubleGenerator
(package private) static class CommonOps.DoubleBoundedRandomGenerator
           
(package private) static class CommonOps.DoubleIntervalRandomGenerator
           
(package private) static class CommonOps.DoubleRandomGenerator
           
 

Fields in groovyx.gpars.extra166y declared as Ops.DoubleGenerator
(package private)  Ops.DoubleGenerator PAS.FJDGenerate.generator
           
 

Methods in groovyx.gpars.extra166y that return Ops.DoubleGenerator
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)
 

Methods in groovyx.gpars.extra166y with parameters of type Ops.DoubleGenerator
(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.
 

Constructors in groovyx.gpars.extra166y with parameters of type Ops.DoubleGenerator
PAS.FJDGenerate(AbstractParallelAnyArray pap, int lo, int hi, PAS.FJBase next, Ops.DoubleGenerator generator)
           
 


Copyright © 2008–2012 Václav Pech. All Rights Reserved.