Allolib
1.0
C++ Components For Interactive Multimedia
|
Public Member Functions | |
rand_uniformi (unsigned int seed) | |
void | seed (unsigned int seed) |
int | operator() () |
int | operator() (int b) |
int | operator() (int a, int b) |
Public Attributes | |
std::mt19937 | engine |
std::uniform_int_distribution< int > | distribution |
Definition at line 21 of file al_StdRandom.hpp.