|
SSJ V. 2.0. |
||||||||
| 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
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,
PascalDist dist)
Creates a new generator for the distribution dist, using stream s. |
|
| Method Summary | |
|---|---|
int |
nextInt()
Generates a random number (an integer) from the discrete distribution contained in this object. |
static int |
nextInt(RandomStream s,
int n,
double p)
Generates a new variate from the Pascal distribution, with parameters n = n and p = p, using stream s. |
| Methods inherited from class umontreal.iro.lecuyer.randvar.RandomVariateGenInt |
|---|
getDistribution, nextArrayOfInt |
| Methods inherited from class umontreal.iro.lecuyer.randvar.RandomVariateGen |
|---|
getStream, nextArrayOfDouble, nextDouble, setStream |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PascalGen(RandomStream s,
PascalDist dist)
| Method Detail |
|---|
public int nextInt()
RandomVariateGenInt
nextInt in class RandomVariateGenInt
public static int nextInt(RandomStream s,
int n,
double p)
|
SSJ V. 2.0. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||