Allolib
1.0
C++ Components For Interactive Multimedia
|
Public Member Functions | |
rand_exponential (unsigned int seed) | |
void | seed (unsigned int seed) |
float | operator() () |
float | operator() (float r) |
Public Attributes | |
std::mt19937 | engine |
std::exponential_distribution< float > | distribution |
Definition at line 68 of file al_StdRandom.hpp.