groovyx.gpars.extra166y
Class CommonOps.DoubleIntervalRandomGenerator

java.lang.Object
  extended by groovyx.gpars.extra166y.CommonOps.DoubleIntervalRandomGenerator
All Implemented Interfaces:
Ops.DoubleGenerator
Enclosing class:
CommonOps

static final class CommonOps.DoubleIntervalRandomGenerator
extends java.lang.Object
implements Ops.DoubleGenerator


Field Summary
(package private)  double least
           
(package private)  double range
           
 
Constructor Summary
CommonOps.DoubleIntervalRandomGenerator(double least, double bound)
           
 
Method Summary
 double op()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

least

final double least

range

final double range
Constructor Detail

CommonOps.DoubleIntervalRandomGenerator

CommonOps.DoubleIntervalRandomGenerator(double least,
                                        double bound)
Method Detail

op

public double op()
Specified by:
op in interface Ops.DoubleGenerator

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