Eclipse SUMO - Simulation of Urban MObility
RandHelper.h File Reference
#include <config.h>
#include <cassert>
#include <vector>
#include <map>
#include <random>
#include <sstream>
#include <iostream>
#include <algorithm>
Include dependency graph for RandHelper.h:

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...
 

Detailed Description

Author
Daniel Krajzewicz
Michael Behrisch
Jakob Erdmann
Date
Fri, 29.04.2005

Definition in file RandHelper.h.