|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjsim.variate.Variate
jsim.variate.Normal
public class Normal
Normal random variate generation.
| Constructor Summary | |
|---|---|
Normal(double mu,
double sigma,
int i)
Constructs a Normal random variate. |
|
| Method Summary | |
|---|---|
double |
gen()
Generate a normally distributed random number. |
java.lang.Double[] |
getParameters()
Get the parameters of the constuctor |
| Methods inherited from class jsim.variate.Variate |
|---|
incStream, printName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Normal(double mu,
double sigma,
int i)
mu - meansigma - standard deviationi - random number stream| Method Detail |
|---|
public java.lang.Double[] getParameters()
getParameters in class Variatepublic double gen()
gen in class Variate
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||