Implements random number generation for the following distributions:
- Normal (Gaussian)
- Bivariate Normal
- Gamma
- Dirichlet
- Beta
- Binomial
- Negative Binomial
- Poisson
- Multinomial
- General discrete distribution by Alias Method
Home page: http://code.google.com/p/cl-randist/.
Git repository: https://github.com/lvaruzza/cl-randist/.
License: BSD
Author: Leonardo Varuzza
New release: 0.4.4, Fix compilation problem with asdf3. New release: 0.4.3, with Paul Khung changes.
Topics: Statistics