#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 |
( |
uint8_t |
min, |
|
|
uint8_t |
max |
|
) |
| |
|
inline |
uint8_t UniformInt8RandomGenerator::operator() |
( |
| ) |
|
|
inline |
tbb::mutex UniformInt8RandomGenerator::mutex_ |
|
private |
boost::random::uniform_int_distribution<uint8_t> UniformInt8RandomGenerator::rgen_ |
|
private |
boost::random::mt19937 UniformInt8RandomGenerator::rng_ |
|
private |
The documentation for this class was generated from the following file: