BICO
1.0
|
Encapsulates an STL random generator. More...
#include <randomgenerator.h>
Public Member Functions | |
RandomGenerator (std::mt19937 *generator) | |
result_type | operator() () |
result_type | min () |
result_type | max () |
Public Attributes | |
decltype((*generator)()) typedef | result_type |
Private Attributes | |
std::mt19937 * | generator |
Encapsulates an STL random generator.
Definition at line 7 of file randomgenerator.h.
|
inline |
Definition at line 14 of file randomgenerator.h.
|
inline |
Definition at line 19 of file randomgenerator.h.
|
inline |
Definition at line 24 of file randomgenerator.h.
|
inline |
Definition at line 29 of file randomgenerator.h.
|
private |
Definition at line 10 of file randomgenerator.h.
decltype((*generator)()) typedef RandomGenerator::result_type |
Definition at line 12 of file randomgenerator.h.