|
FastLED 3.9.15
|
| LIB8STATIC fl::u8 random8 | ( | fl::u8 | min, |
| fl::u8 | lim ) |
Generate an 8-bit random number in the given range.
| min | the lower bound for the random number, inclusive |
| lim | the upper bound for the random number, exclusive |
Definition at line 79 of file random8.h.
References FL_NOEXCEPT, LIB8STATIC, min(), and random8().
Here is the call graph for this function: