#include <eosim/dist/lognormaldist.hpp>
Inheritance diagram for eosim::dist::LogNormalDist:
Public Member Functions | |
LogNormalDist (GenType gen, double m, double sd) | |
The constructor creates a LogNormalDist with mean m, standard deviation sd and whose generator’s type is gen. | |
~LogNormalDist () | |
double | sample () |
LogNormalDist::LogNormalDist | ( | GenType | gen, | |
double | m, | |||
double | sd | |||
) |
The constructor creates a LogNormalDist with mean m, standard deviation sd and whose generator’s type is gen.
LogNormalDist::~LogNormalDist | ( | ) |
The destructor of LogNormalDist.
double LogNormalDist::sample | ( | ) | [virtual] |
This operation samples a value from the distribution.
Implements eosim::dist::Distribution.