|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjas.random.DistributionFactory
public class DistributionFactory
Constructor Summary | |
---|---|
DistributionFactory()
|
Method Summary | |
---|---|
static BetaDistribution |
getBetaDistribution(double alpha,
double beta)
Return a Beta generator synchronized to the common seed number. |
static BetaDistribution |
getBetaDistribution(double alpha,
double beta,
int withSeed)
Return a Beta generator synchronized to the common seed number. |
static BinomialDistribution |
getBinomialDistribution(int n,
double p)
Return a Binomial generator synchronized to the common seed number. |
static BinomialDistribution |
getBinomialDistribution(int n,
double p,
int withSeed)
Return a Binomial generator synchronized to the common seed number. |
static ExponentialDistribution |
getExponentialDistribution(double lambda)
Return a ExponentialDistribution generator synchronized to the common seed number. |
static ExponentialDistribution |
getExponentialDistribution(double lambda,
int withSeed)
Return a ExponentialDistribution generator synchronized to the common seed number. |
static GammaDistribution |
getGammaDistribution(double alpha,
double lambda)
Return a GammaDistribution generator synchronized to the common seed number. |
static GammaDistribution |
getGammaDistribution(double alpha,
double lambda,
int withSeed)
Return a GammaDistribution generator synchronized to the common seed number. |
static JavaRandom |
getJavaRandom()
Return a java-Random generator synchronized to the common seed number. |
static cern.jet.random.engine.RandomEngine |
getNewRandomEngine()
Return the current raw generator. |
static cern.jet.random.engine.RandomEngine |
getNewRandomEngine(int withSeed)
Return the current raw generator. |
static NormalDistribution |
getNormalDistribution(double mean,
double standardDeviation)
Return a NormalDistribution generator synchronized to the common seed number. |
static NormalDistribution |
getNormalDistribution(double mean,
double standardDeviation,
int withSeed)
Return a NormalDistribution generator synchronized to the common seed number. |
static UniformDistribution |
getUniformDistribution(double min,
double max)
Return a uniform generator synchronized to the common seed number. |
static UniformDistribution |
getUniformDistribution(double min,
double max,
int withSeed)
Return a uniform generator synchronized to the common seed number. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DistributionFactory()
Method Detail |
---|
public static BetaDistribution getBetaDistribution(double alpha, double beta)
public static BetaDistribution getBetaDistribution(double alpha, double beta, int withSeed)
public static BinomialDistribution getBinomialDistribution(int n, double p)
public static BinomialDistribution getBinomialDistribution(int n, double p, int withSeed)
public static ExponentialDistribution getExponentialDistribution(double lambda)
public static ExponentialDistribution getExponentialDistribution(double lambda, int withSeed)
public static GammaDistribution getGammaDistribution(double alpha, double lambda)
public static GammaDistribution getGammaDistribution(double alpha, double lambda, int withSeed)
public static JavaRandom getJavaRandom()
public static cern.jet.random.engine.RandomEngine getNewRandomEngine()
public static cern.jet.random.engine.RandomEngine getNewRandomEngine(int withSeed)
public static NormalDistribution getNormalDistribution(double mean, double standardDeviation)
public static NormalDistribution getNormalDistribution(double mean, double standardDeviation, int withSeed)
public static UniformDistribution getUniformDistribution(double min, double max)
public static UniformDistribution getUniformDistribution(double min, double max, int withSeed)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |