#include <vector>#include <algorithm>#include "common-defs.h"#include "RngStream.h"Go to the source code of this file.
Classes | |
| class | Seed |
| class | RandomSeed |
| class | ConstantSeed |
| class | Random |
| class | Uniform |
| class | Constant |
| class | Sequential |
| class | Exponential |
| class | Pareto |
| class | Weibull |
| class | Normal |
| class | ValueCDF |
| class | Empirical |
| class | IntEmpirical |
| class | Deterministic |
Typedefs | |
| typedef double | Random_t |
| typedef unsigned long | IRandom_t |
| typedef double | CDF_t |
| typedef unsigned long | Seed_t |
| typedef std::vector< ValueCDF > | ValueCDFVec_t |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1