#include <eosim/dist/poissondist.hpp>
Inheritance diagram for eosim::dist::PoissonDist:


Public Member Functions | |
| PoissonDist (GenType gen, double m) | |
| The constructor creates a PoissonDist with parameter m and whose generator’s type is gen. | |
| ~PoissonDist () | |
| The destructor of PoissonDist. | |
| double | sample () |
| This operation samples a value the distribution. | |
| double PoissonDist::sample | ( | ) | [virtual] |
This operation samples a value the distribution.
Implements eosim::dist::Distribution.
1.5.2