Scheduler
diracOneDistribution.cpp
Go to the documentation of this file.
1 
10 #include "diracOneDistribution.h"
11 
12 using namespace Utils;
13 
15 {
16 }
17 
19 {
20  return 1.0;
21 }
double draw() override
returns a number from 0 to 1 following the underlying probability distribution
Definition: context.h:16
DiracOneDistribution(RandomGenerator *)