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


Public Member Functions | |
| Fixed (double value) | |
| Fixed (wns::rng::RNGen *rng, const pyconfig::View &config) | |
| Fixed (const pyconfig::View &config) | |
| virtual double | getMean () const |
| Mean value of the distribution. | |
| virtual double | operator() () |
| returns the random value according to the distribution. | |
| virtual std::string | paramString () const |
| returns a string describing distribution and parameters | |
Private Attributes | |
| double | value |
Definition at line 34 of file Fixed.hpp.
| Fixed::Fixed | ( | const pyconfig::View & | config | ) | [explicit] |
| Fixed::Fixed | ( | wns::rng::RNGen * | rng, | |
| const pyconfig::View & | config | |||
| ) | [explicit] |
| double Fixed::getMean | ( | ) | const [virtual] |
| double Fixed::operator() | ( | ) | [virtual] |
| std::string Fixed::paramString | ( | ) | const [virtual] |
double wns::distribution::Fixed::value [private] |
1.5.5