Class IntegerRandomVariableRV<IRV extends IntegerRandomVariable>

All Implemented Interfaces:
Cloneable, RandomVariableOps<IRV>, RandomVariableRVNOps<Integer,IRV>, RandomVariableRVOps<Integer,IRV>
Direct Known Subclasses:
BinomialIntegerRVRV, FixedIntegerRVRV, PoissonIntegerRVRV, UniformIntegerRVRV

public abstract class IntegerRandomVariableRV<IRV extends IntegerRandomVariable> extends RandomVariableRVN<Integer,IRV>
Random variable that generates the a sequence of random variables, each of which generates a sequence of integers (of type Integer). The type parameter IRV is set to the type of random variable that is to be generated, which will usually be a subclass of IntegerRandomVariable.