#include "_types.h"
#include "_rand_MT.h"
#include "_link.h"
#include "trace.h"
Go to the source code of this file.
Classes | |
class | Source |
class | SourcePareto |
class | SourceExpon |
class | SourceCBR |
Defines | |
#define | _SOURCE_H_INCLUDED_ |
Functions | |
template<class T > | |
void | SetInRange (T &x, T y, T z) |
Variables | |
const int16u | MIN_BURST = 1 |
const DOUBLE | MIN_ALPHA = 1.0 |
const DOUBLE | MAX_ALPHA = 2.0 |
void SetInRange | ( | T & | x, | |
T | y, | |||
T | z | |||
) | [inline] |