|
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.UniformIntGen
public class UniformIntGen
This class implements a random variate generator for the uniform distribution over integers, over the interval [i, j]. Its mass function is
Constructor Summary | |
---|---|
UniformIntGen(RandomStream s,
int i,
int j)
Creates a uniform random variate generator over the integers in the closed interval [i, j], using stream s. |
|
UniformIntGen(RandomStream s,
UniformIntDist dist)
Creates a new generator for the distribution dist, using stream s. |
Method Summary | |
---|---|
int |
getI()
Returns the parameter i. |
int |
getJ()
Returns the parameter j. |
static int |
nextInt(RandomStream s,
int i,
int j)
Generates a new uniform random variate over the interval [i, j], using stream s, by inversion. |
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 UniformIntGen(RandomStream s, int i, int j)
public UniformIntGen(RandomStream s, UniformIntDist dist)
Method Detail |
---|
public static int nextInt(RandomStream s, int i, int j)
public int getI()
public int getJ()
|
SSJ V. 2.6.2. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |