#include <rng.h>
Inheritance diagram for Empirical:

Public Member Functions | |
| Empirical () | |
| virtual | ~Empirical () |
| Empirical (const Empirical &c) | |
| virtual Random_t | Value () |
| virtual Random * | Copy () const |
| virtual void | CDF (Random_t, CDF_t) |
Private Member Functions | |
| virtual void | Validate () |
| virtual Random_t | Interpolate (CDF_t, CDF_t, Random_t, Random_t, CDF_t) |
Private Attributes | |
| bool | validated |
| ValueCDFVec_t | emp |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Reimplemented from Random. Reimplemented in IntEmpirical. |
|
||||||||||||||||||||||||
|
Reimplemented in IntEmpirical. |
|
|
|
|
|
Reimplemented from Random. Reimplemented in HttpThinkTime, NETIHttpSameThinkTime, and NETIHttpDiffThinkTime. |
|
|
|
|
|
|
1.3.9.1