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

◆ next_random32_nolock()

u32 fl::math::random::next_random32_nolock ( )
inlineprivate

Definition at line 62 of file random.h.

62 {
63 u32 high = next_random16_nolock();
64 u32 low = next_random16_nolock();
65 return (high << 16) | low;
66 }
u16 next_random16_nolock() FL_NOEXCEPT
Definition random.h:57

References FL_NOEXCEPT, and next_random16_nolock().

Referenced by generate_nolock(), and generate_nolock().

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