Poisson-func
This function returns npts number of random integers having a Poisson distribution with mean mean. Argument seed is optional. If seed is omitted, a different seed is used each time the function is called.
dataset poisson(int npts, double mean, int seed)
npts
mean
seed
Returns npts number of random integers having a Poisson distribution with mean mean.
col(1) = poisson(100, 0.5, 2);