|
Formula 1.0.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objecthirondelle.formula.function.builtin.RandomGaussian
public final class RandomGaussian
randg(mean, variance): a pseudo-random number with a gaussian distribution.
Constructor Summary | |
---|---|
RandomGaussian()
|
Method Summary | |
---|---|
Decimal |
calculate(Decimal... aArgs)
Takes two arguments, representing the mean and the variance, respectively, of the gaussian distribution. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RandomGaussian()
Method Detail |
---|
public Decimal calculate(Decimal... aArgs)
calculate
in interface Function
aArgs
- 0 or more arguments to the function.
|
Formula 1.0.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |