Scheduler
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
utils
distributions
boundedRandomDistribution.h
Go to the documentation of this file.
1
10
#ifndef BOUNDED_RANDOM_DISTRIBUTION_H
11
#define BOUNDED_RANDOM_DISTRIBUTION_H
12
13
namespace
Utils
14
{
15
18
class
BoundedRandomDistribution
19
{
20
public
:
21
virtual
~BoundedRandomDistribution
(){};
24
virtual
double
draw
()=0;
25
};
26
27
}
28
29
30
#endif
Utils::BoundedRandomDistribution::~BoundedRandomDistribution
virtual ~BoundedRandomDistribution()
Definition:
boundedRandomDistribution.h:21
Utils::BoundedRandomDistribution::draw
virtual double draw()=0
returns a number from 0 to 1 following the underlying probability distribution
Utils::BoundedRandomDistribution
Definition:
boundedRandomDistribution.h:18
Utils
Definition:
context.h:16
Generated on Sun Nov 26 2017 17:01:36 for Scheduler by
1.8.11