Scheduler
|
#include <boundedRandomDistribution.h>
Public Member Functions | |
virtual | ~BoundedRandomDistribution () |
virtual double | draw ()=0 |
returns a number from 0 to 1 following the underlying probability distribution More... | |
Definition at line 18 of file boundedRandomDistribution.h.
|
inlinevirtual |
Definition at line 21 of file boundedRandomDistribution.h.
|
pure virtual |
returns a number from 0 to 1 following the underlying probability distribution
Implemented in Utils::Bernoulli, Utils::UniformDistribution, and Utils::DiracOneDistribution.