Class LongRandomVariableRV<LRV extends LongRandomVariable>

All Implemented Interfaces:
Cloneable, RandomVariableOps<LRV>, RandomVariableRVNOps<Long,LRV>, RandomVariableRVOps<Long,LRV>
Direct Known Subclasses:
BinomialLongRVRV, FixedLongRVRV, InterarrivalTimeRVRV, PoissonLongRVRV, UniformLongRVRV

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