Continuous Zipf distribution. More...
#include <twister.h>
Public Member Functions | |
| double | next () |
| Next random number. | |
| double | operator() () |
| Operator that returns the next random number. | |
| randomZipf (uniformRandomNumber &ur, double a=1) | |
| Constructor. Must be supplied with a uniform random number generator. | |
Continuous Zipf distribution.
The Zipf exponent must be no less than
|
| |