Description
Returns a Bernoulli(p) random variate, with 0<p<1. Calling random_bernoulli
with a second 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)
.