groovyx.gpars.extra166y
Class CommonOps.DoubleBoundedRandomGenerator

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

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


Field Summary
(package private)  double bound
           
 
Constructor Summary
CommonOps.DoubleBoundedRandomGenerator(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

bound

final double bound
Constructor Detail

CommonOps.DoubleBoundedRandomGenerator

CommonOps.DoubleBoundedRandomGenerator(double bound)
Method Detail

op

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

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