Maxima Function
random_discrete_uniform (n)
random_discrete_uniform(n,m)
Returns a Discrete Uniform(n) random variate, with n a strictly positive integer. Calling random_discrete_uniform
with a second argument m, a random sample of size m 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)
.