Maxima Function
random_continuous_uniform (a,b)
random_continuous_uniform(a,b,n)
Returns a Continuous Uniform(a,b) random variate, with a<b. Calling random_continuous_uniform
with a third argument n, a random sample of size n will be simulated.
This is a direct application of the random
built-in Maxima function.
See also . To make use of this function, write first load(distrib)
.