Classes | Namespaces | Defines
ExponentialProb.hpp File Reference

Header for ExponentialProb. More...

#include <vector>
#include <limits>

Go to the source code of this file.

Classes

class  RandomLib::ExponentialProb
 The exponential probability. More...

Namespaces

namespace  RandomLib

Defines

#define EXPONENTIALPROB_HPP   "$Id: ExponentialProb.hpp 6723 2010-01-11 14:20:10Z ckarney $"

Detailed Description

Header for ExponentialProb.

Return true with probabililty exp(-p).

Written by Charles Karney <charles@karney.com> and licensed under the LGPL. For more information, see http://randomlib.sourceforge.net/

Definition in file ExponentialProb.hpp.


Define Documentation

#define EXPONENTIALPROB_HPP   "$Id: ExponentialProb.hpp 6723 2010-01-11 14:20:10Z ckarney $"

Definition at line 12 of file ExponentialProb.hpp.