Scheduler
diracOneDistribution.h
Go to the documentation of this file.
1 
10 #ifndef DIRAC_ONE_DISTRIBUTION_H
11 #define DIRAC_ONE_DISTRIBUTION_H
12 
14 
15 namespace Utils
16 {
17 
18 class RandomGenerator;
19 
21 {
22 public:
24  double draw() override;
25 };
26 
27 }
28 #endif
29 
double draw() override
returns a number from 0 to 1 following the underlying probability distribution
Definition: context.h:16
DiracOneDistribution(RandomGenerator *)