|
OverSim
|
#include <vector>#include <deque>#include <set>#include <omnetpp.h>#include <UnderlayConfigurator.h>Go to the source code of this file.
Classes | |
| class | InetUnderlayConfigurator |
| Configurator module for the InetUnderlay. More... | |
Functions | |
| double | uniform2 (double start, double end, double index, double new_calc) |
| Extended uniform() function. | |
| double | intuniform2 (double start, double end, double index, double new_calc) |
| Extended intuniform() function. | |
Definition in file InetUnderlayConfigurator.h.
| double intuniform2 | ( | double | start, |
| double | end, | ||
| double | index, | ||
| double | new_calc | ||
| ) |
Extended intuniform() function.
| start | start value |
| end | end value |
| index | position of the new value in the static vector |
| new_calc | '1' if a new random number should be generated |
Definition at line 642 of file InetUnderlayConfigurator.cc.
| double uniform2 | ( | double | start, |
| double | end, | ||
| double | index, | ||
| double | new_calc | ||
| ) |
Extended uniform() function.
| start | start value |
| end | end value |
| index | position of the new value in the static vector |
| new_calc | '1' if a new random number should be generated |
Definition at line 623 of file InetUnderlayConfigurator.cc.