Scheduler
Public Member Functions | List of all members
Utils::BoundedRandomDistribution Class Referenceabstract

#include <boundedRandomDistribution.h>

Inheritance diagram for Utils::BoundedRandomDistribution:
Utils::Bernoulli Utils::DiracOneDistribution Utils::UniformDistribution

Public Member Functions

virtual ~BoundedRandomDistribution ()
 
virtual double draw ()=0
 returns a number from 0 to 1 following the underlying probability distribution More...
 

Detailed Description

Definition at line 18 of file boundedRandomDistribution.h.

Constructor & Destructor Documentation

virtual Utils::BoundedRandomDistribution::~BoundedRandomDistribution ( )
inlinevirtual

Definition at line 21 of file boundedRandomDistribution.h.

Member Function Documentation

virtual double Utils::BoundedRandomDistribution::draw ( )
pure virtual

returns a number from 0 to 1 following the underlying probability distribution

Implemented in Utils::Bernoulli, Utils::UniformDistribution, and Utils::DiracOneDistribution.


The documentation for this class was generated from the following file: