#include <RandomGenerator.h>
|
std::uniform_real_distribution< double > | dist |
|
std::mt19937 | mt |
|
Definition at line 12 of file RandomGenerator.h.
◆ RandomGenerator()
carla::traffic_manager::RandomGenerator::RandomGenerator |
( |
const uint64_t |
seed | ) |
|
|
inline |
◆ next()
double carla::traffic_manager::RandomGenerator::next |
( |
| ) |
|
|
inline |
◆ dist
std::uniform_real_distribution<double> carla::traffic_manager::RandomGenerator::dist |
|
private |
◆ mt
std::mt19937 carla::traffic_manager::RandomGenerator::mt |
|
private |
The documentation for this class was generated from the following file: