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

◆ random8_nolock() [1/3]

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

Definition at line 84 of file random.h.

84 {
85 u16 r = next_random16_nolock();
86 return (u8)(((u8)(r & 0xFF)) + ((u8)(r >> 8)));
87 }
u16 next_random16_nolock() FL_NOEXCEPT
Definition random.h:57
unsigned char u8
Definition stdint.h:131

References FL_NOEXCEPT, and next_random16_nolock().

Referenced by random8(), random8(), random8(), random8_nolock(), and random8_nolock().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: