Class FixedDoubleRV

All Implemented Interfaces:
Cloneable, RandomVariableOps<Double>

public class FixedDoubleRV extends DoubleRandomVariable
Random variable that always generates the same double-precision value. Useful when passing a constant to a method that expects a random variable.