|
SSJ V. 1.2.5. |
||||||||
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.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,
UniformIntDist 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 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 |
---|
nextArrayOfInt |
Methods inherited from class umontreal.iro.lecuyer.randvar.RandomVariateGen |
---|
getDistribution, getStream, nextArrayOfDouble, nextDouble, setStream |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UniformIntGen(RandomStream s, UniformIntDist dist)
Method Detail |
---|
public int nextInt()
RandomVariateGenInt
nextInt
in class RandomVariateGenInt
public static int nextInt(RandomStream s, int i, int j)
|
SSJ V. 1.2.5. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |