Classes | Namespaces | Defines
ExponentialDistribution.hpp File Reference

Header for ExponentialDistribution. More...

#include <cmath>

Go to the source code of this file.

Classes

class  RandomLib::ExponentialDistribution
 The exponential distribution. More...

Namespaces

namespace  RandomLib

Defines

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

Detailed Description

Header for ExponentialDistribution.

Sample from an exponential distribution.

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

Definition in file ExponentialDistribution.hpp.


Define Documentation

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

Definition at line 12 of file ExponentialDistribution.hpp.