![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>#include <cassert>#include <vector>#include <map>#include <random>#include <sstream>#include <iostream>#include <algorithm>Go to the source code of this file.
Data Structures | |
| class | RandHelper |
| Utility functions for using a global, resetable random number generator. More... | |
| class | SumoRNG |
| class | XoShiRo256PlusPlus |
| A random number generator as proposed here https://prng.di.unimi.it/xoshiro256plusplus.c. More... | |
Macros | |
| #define | SAVE_ONLY_COUNT 1000000 |
Definition in file RandHelper.h.
| #define SAVE_ONLY_COUNT 1000000 |
Definition at line 34 of file RandHelper.h.