|
Allolib
1.0
C++ Components For Interactive Multimedia
|
Public Member Functions | |
| rand_normal (unsigned int seed) | |
| void | seed (unsigned int seed) |
| float | operator() () |
| float | operator() (float mean, float stdev) |
Public Attributes | |
| std::mt19937 | engine |
| std::normal_distribution< float > | distribution |
Definition at line 83 of file al_StdRandom.hpp.