|
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.GeometricGen
public class GeometricGen
GeometricGen
This class implements a random variate generator for the geometric distribution. Its has parameter p and mass function
eq:fgeom
| Constructor Summary | |
|---|---|
GeometricGen(RandomStream s,
double p)
. |
|
GeometricGen(RandomStream s,
GeometricDist dist)
. |
|
| Method Summary | |
|---|---|
double |
getP()
. |
int |
nextInt()
. |
static int |
nextInt(RandomStream s,
double p)
. |
| Methods inherited from class umontreal.iro.lecuyer.randvar.RandomVariateGenInt |
|---|
getDistribution, nextArrayOfInt |
| 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 GeometricGen(RandomStream s,
double p)
public GeometricGen(RandomStream s,
GeometricDist dist)
| Method Detail |
|---|
public int nextInt()
RandomVariateGenInt
nextInt in class RandomVariateGenInt
public static int nextInt(RandomStream s,
double p)
public double getP()
|
SSJ V. labo. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||