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