org.codehaus.gpars

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

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

static final class CommonOps.DoubleIntervalRandomGenerator

Field Summary
double least

double range

 
Constructor Summary
CommonOps.DoubleIntervalRandomGenerator(double least, double bound)

 
Method Summary
double op()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), 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

least

final double least


range

final double range


 
Constructor Detail

CommonOps.DoubleIntervalRandomGenerator

CommonOps.DoubleIntervalRandomGenerator(double least, double bound)


 
Method Detail

op

public double op()


 

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