I would use a binomial random variable function if it were available. It’s not a high priority - this would mainly be for Bernoulli random variables, and the expression rand(0,1) < pBern
works fine.
Thanks,
Evan
I would use a binomial random variable function if it were available. It’s not a high priority - this would mainly be for Bernoulli random variables, and the expression rand(0,1) < pBern
works fine.
Thanks,
Evan
Hi Evan,
I would use a binomial random variable function if it were available.
OK, I’ll add it to my to-do list.
Thanks,
Chris