#include <random_generator.h>
|
| boost::random::mt19937 | rng_ |
| |
| boost::random::uniform_int_distribution< uint8_t > | rgen_ |
| |
| tbb::mutex | mutex_ |
| |
Definition at line 25 of file random_generator.h.
◆ UniformInt8RandomGenerator()
| UniformInt8RandomGenerator::UniformInt8RandomGenerator |
( |
uint8_t |
min, |
|
|
uint8_t |
max |
|
) |
| |
|
inline |
◆ operator()()
| uint8_t UniformInt8RandomGenerator::operator() |
( |
| ) |
|
|
inline |
◆ mutex_
| tbb::mutex UniformInt8RandomGenerator::mutex_ |
|
private |
◆ rgen_
| boost::random::uniform_int_distribution<uint8_t> UniformInt8RandomGenerator::rgen_ |
|
private |
◆ rng_
| boost::random::mt19937 UniformInt8RandomGenerator::rng_ |
|
private |
The documentation for this class was generated from the following file: