![]() |
Open Lighting Architecture
0.9.1
|
Math helper functions.
Functions | |
| void | InitRandom () |
| int | Random (int lower, int upper) |
| void ola::math::InitRandom | ( | ) |
Seed the random number generator
| int ola::math::Random | ( | int | lower, |
| int | upper | ||
| ) |
Return a random number between lower and upper, inclusive. i.e. [lower, upper]
1.8.1.2