Open Lighting Architecture
0.9.0
|
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]