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