|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcern.colt.PersistentObject
cern.jet.random.AbstractDistribution
cern.jet.random.AbstractContinousDistribution
net.sourceforge.jabm.distribution.AbstractDelegatedDistribution
net.sourceforge.jabm.distribution.UniformDistribution
public class UniformDistribution
Field Summary | |
---|---|
protected double |
max
|
protected double |
min
|
Fields inherited from class net.sourceforge.jabm.distribution.AbstractDelegatedDistribution |
---|
delegate, initialised, prng |
Fields inherited from class cern.jet.random.AbstractDistribution |
---|
randomGenerator |
Fields inherited from class cern.colt.PersistentObject |
---|
serialVersionUID |
Constructor Summary | |
---|---|
UniformDistribution()
|
Method Summary | |
---|---|
double |
getMax()
|
double |
getMin()
|
void |
initialise()
|
void |
setMax(double max)
|
void |
setMin(double min)
|
Methods inherited from class net.sourceforge.jabm.distribution.AbstractDelegatedDistribution |
---|
afterPropertiesSet, getPrng, nextDouble, reinitialise, setPrng |
Methods inherited from class cern.jet.random.AbstractDistribution |
---|
apply, apply, clone, getRandomGenerator, makeDefaultGenerator, nextInt, setRandomGenerator |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected double min
protected double max
Constructor Detail |
---|
public UniformDistribution()
Method Detail |
---|
public double getMin()
public void setMin(double min)
public double getMax()
public void setMax(double max)
public void initialise()
initialise
in class AbstractDelegatedDistribution
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |