au.id.cxd.math.probability.random
An approximate random draw from the binomial distribution with parameters n and p
This is based on the commentry given in the GSL implementation of the randist binomial which will be implemented in RBinom.
This method if given for fast approximations derived from the normal distribution with mean n*p and variance n*p*(1-p)
The results are rounded to integers
random draw from a distribution
draw n times.
an unbounded sequence of random draws
An approximate random draw from the binomial distribution with parameters n and p
This is based on the commentry given in the GSL implementation of the randist binomial which will be implemented in RBinom.
This method if given for fast approximations derived from the normal distribution with mean n*p and variance n*p*(1-p)
The results are rounded to integers