Eclipse SUMO - Simulation of Urban MObility
SumoRNG Class Reference

#include <RandHelper.h>

Inheritance diagram for SumoRNG:
[legend]
Collaboration diagram for SumoRNG:
[legend]

Public Member Functions

 SumoRNG (const std::string &_id)
 

Data Fields

unsigned long long int count = 0
 
std::string id
 

Detailed Description

Definition at line 103 of file RandHelper.h.

Constructor & Destructor Documentation

◆ SumoRNG()

SumoRNG::SumoRNG ( const std::string &  _id)
inline

Definition at line 105 of file RandHelper.h.

Field Documentation

◆ count

unsigned long long int SumoRNG::count = 0

Definition at line 107 of file RandHelper.h.

Referenced by RandHelper::rand(), and RandHelper::saveState().

◆ id

std::string SumoRNG::id

Definition at line 108 of file RandHelper.h.

Referenced by RandHelper::rand().


The documentation for this class was generated from the following file: