org.codehaus.gpars

groovyx.gpars.extra166y
[Java] Class CommonOps.DoubleBoundedRandomGenerator

java.lang.Object
  groovyx.gpars.extra166y.CommonOps.DoubleBoundedRandomGenerator
All Implemented Interfaces:
DoubleGenerator

static final class CommonOps.DoubleBoundedRandomGenerator

Field Summary
double bound

 
Constructor Summary
CommonOps.DoubleBoundedRandomGenerator(double bound)

 
Method Summary
double op()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Field Detail

bound

final double bound


 
Constructor Detail

CommonOps.DoubleBoundedRandomGenerator

CommonOps.DoubleBoundedRandomGenerator(double bound)


 
Method Detail

op

public double op()


 

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