#include "RandomLib/RandomNumber.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | RandomLib |
Classes | |
| class | RandomLib::ExactExponential< bits > |
| Sample exactly from an exponential distribution. More... | |
Defines | |
| #define | EXACTEXPONENTIAL_HPP "$Id: ExactExponential.hpp 6415 2008-01-12 19:12:01Z ckarney $" |
Sample exactly from an exponential distribution.
Written by Charles Karney <charles@karney.com> and licensed under the LGPL. For more information, see http://charles.karney.info/random/
Definition in file ExactExponential.hpp.
| #define EXACTEXPONENTIAL_HPP "$Id: ExactExponential.hpp 6415 2008-01-12 19:12:01Z ckarney $" |
Definition at line 13 of file ExactExponential.hpp.
1.5.6