Maxima Function
random_gumbel (a,b)
random_gumbel(a,b,n)
Returns a Gumbel(a,b) random variate, with b>0. Calling random_gumbel
with a third argument n, a random sample of size n will be simulated.
Only the inverse method is implemented. To make use of this function, write first load(distrib)
.