Object of class eq_dist
with components r_gen
and r_eq
.
The function r_gen(n, mean)
simply returns a vector of length n
with all values equal to mean
.
The function r_eq(n, mean)
generates random deviates from a uniform distribution on the interval (0, mean).