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