Random number generation in cerlib is designed to be as easy as possible, while providing
good enough distributions. If you have special requirements, you might want to use the
<random> API from the C++ standard library directly, or any other library.
The following lists all available functions.
The input range is expected to be in [min .. max), meaning that the maximum value is excluded.
Faster versions are also available and begin with a fastRand... prefix.
These implement fast, but coarse random number generation using a FastRand algorithm.