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... | |
Definition in file RandHelper.h.