Class FixedIntegerRV

All Implemented Interfaces:
Cloneable, RandomVariableOps<Integer>

public class FixedIntegerRV extends IntegerRandomVariable
Random variable that always generates the same integer value. Useful when passing a constant to a method that expects a random variable.