|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.randvar.RandomVariateGen
umontreal.iro.lecuyer.randvar.RandomVariateGenInt
umontreal.iro.lecuyer.randvar.PascalGen
public class PascalGen
PascalGen
Implements Pascal random variate generators, which is a special case of the negative binomial generator with parameter γ equal to a positive integer. See NegativeBinomialGen for a description.
Constructor Summary | |
---|---|
PascalGen(RandomStream s,
int n,
double p)
. |
|
PascalGen(RandomStream s,
PascalDist dist)
. |
Method Summary | |
---|---|
int |
getN()
. |
double |
getP()
. |
static int |
nextInt(RandomStream s,
int n,
double p)
. |
Methods inherited from class umontreal.iro.lecuyer.randvar.RandomVariateGenInt |
---|
getDistribution, nextArrayOfInt, nextInt |
Methods inherited from class umontreal.iro.lecuyer.randvar.RandomVariateGen |
---|
getStream, nextArrayOfDouble, nextDouble, setStream, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PascalGen(RandomStream s, int n, double p)
public PascalGen(RandomStream s, PascalDist dist)
Method Detail |
---|
public static int nextInt(RandomStream s, int n, double p)
public int getN()
public double getP()
|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |