Class FixedLongRV

All Implemented Interfaces:
Cloneable, RandomVariableOps<Long>

public class FixedLongRV extends LongRandomVariable
Random variable that always generates the same long integer. Useful when passing a constant to a method that expects a random variable.