![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <distribution/NegExp.hpp>


Public Member Functions | |
| virtual double | getMean () const |
| Mean value of the distribution. | |
| NegExp (wns::rng::RNGen *rng, const pyconfig::View &config) | |
| NegExp (const pyconfig::View &config) | |
| NegExp (const double mean, wns::rng::RNGen *rng=wns::simulator::getRNG()) | |
| virtual double | operator() () |
| returns the random value according to the distribution. | |
| virtual std::string | paramString () const |
| returns a string describing distribution and parameters | |
| virtual | ~NegExp () |
Private Attributes | |
| NegExpDist | dis_ |
| double | mean_ |
Definition at line 42 of file NegExp.hpp.
| NegExp::NegExp | ( | const double | mean, | |
| wns::rng::RNGen * | rng = wns::simulator::getRNG() | |||
| ) | [explicit] |
Definition at line 43 of file NegExp.cpp.
| NegExp::NegExp | ( | const pyconfig::View & | config | ) | [explicit] |
Definition at line 50 of file NegExp.cpp.
| NegExp::NegExp | ( | wns::rng::RNGen * | rng, | |
| const pyconfig::View & | config | |||
| ) | [explicit] |
Definition at line 57 of file NegExp.cpp.
| NegExp::~NegExp | ( | ) | [virtual] |
Definition at line 64 of file NegExp.cpp.
| double NegExp::getMean | ( | ) | const [virtual] |
| double NegExp::operator() | ( | ) | [virtual] |
| std::string NegExp::paramString | ( | ) | const [virtual] |
NegExpDist wns::distribution::NegExp::dis_ [private] |
Definition at line 71 of file NegExp.hpp.
double wns::distribution::NegExp::mean_ [private] |
Definition at line 70 of file NegExp.hpp.
1.5.5