powered by
Returns an UNIFORM distribution object that produce random numbers from a uniform distribution using the runif function
runif
new_UNIFORM(p_min, p_max, p_dimnames = "rvar")
An object of class DISTRIBUTION, UNIFORM
DISTRIBUTION
UNIFORM
A numeric that represents the lower limit
A numeric that represents the upper limit
A character that represents the name of the dimension
John J. Aponte
myDistr <- new_UNIFORM(0,1) myDistr$rfunc(10)
Run the code above in your browser using DataLab