FastLED 3.9.15
Loading...
Searching...
No Matches

◆ random8_nolock() [3/3]

u8 fl::math::random::random8_nolock ( u8 n)
inlineprivate

Definition at line 89 of file random.h.

89 {
90 u8 r = random8_nolock();
91 r = (r * n) >> 8;
92 return r;
93 }
u8 random8_nolock() FL_NOEXCEPT
Definition random.h:84
unsigned char u8
Definition stdint.h:131

References FL_NOEXCEPT, and random8_nolock().

+ Here is the call graph for this function: