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