sample
Returns a sample that is binomially distributed.
Return
A random sample from the distribution.
Throws
If k is not between 0 and n.
Returns n samples that are normally distributed.
Return
n random samples from the distribution.
Parameters
n
The number of samples to return.
Throws
If k is not between 0 and n.