|
SSJ V. 2.6.2. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object umontreal.iro.lecuyer.randvar.RandomVariateGen umontreal.iro.lecuyer.randvar.RandomVariateGenInt umontreal.iro.lecuyer.randvar.GeometricGen
public class GeometricGen
This class implements a random variate generator for the geometric distribution. Its has parameter p and mass function
Constructor Summary | |
---|---|
GeometricGen(RandomStream s,
double p)
Creates a geometric random variate generator with parameter p, using stream s. |
|
GeometricGen(RandomStream s,
GeometricDist dist)
Creates a new generator for the distribution dist, using stream s. |
Method Summary | |
---|---|
double |
getP()
Returns the parameter p of this object. |
int |
nextInt()
Generates a random number (an integer) from the discrete distribution contained in this object. |
static int |
nextInt(RandomStream s,
double p)
Generates a geometric random variate with parameter p = p, using stream s, by inversion. |
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. 2.6.2. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |