![]() |
pl-nk v0.4.5
Plonk|Plink|Plank are a set of cross-platform C/C++ frameworks for audio software development
|
| audio() | RNG | [static] |
| exponential(const float min, const float max) | RNG | |
| exponential(const double min, const double max) | RNG | |
| global() | RNG | [static] |
| seed(const unsigned int value) | RNG | |
| uniform(const unsigned int max) | RNG | |
| uniform(const unsigned int min, const unsigned int max) | RNG | |
| uniform(const int max) | RNG | |
| uniform(const int min, const int max) | RNG | |
| uniform(const float max) | RNG | |
| uniform(const float min, const float max) | RNG | |
| uniform(const double max) | RNG | |
| uniform(const double min, const double max) | RNG | |
| uniformDouble() | RNG | |
| uniformFloat() | RNG | |
| uniformInt() | RNG |
1.7.4