#include <vector>
#include <limits>
Go to the source code of this file.
Namespaces | |
| namespace | RandomLib |
Classes | |
| class | RandomLib::ExponentialProb |
| The exponential probability. More... | |
Defines | |
| #define | EXPONENTIALPROB_HPP "$Id: ExponentialProb.hpp 6415 2008-01-12 19:12:01Z ckarney $" |
Return true with probabililty exp(-p).
Written by Charles Karney <charles@karney.com> and licensed under the LGPL. For more information, see http://charles.karney.info/random/
Definition in file ExponentialProb.hpp.
| #define EXPONENTIALPROB_HPP "$Id: ExponentialProb.hpp 6415 2008-01-12 19:12:01Z ckarney $" |
Definition at line 13 of file ExponentialProb.hpp.
1.5.6