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

◆ random16() [3/3]

u16 fl::math::random::random16 ( u16 n)
inline

Definition at line 51 of file random.h.

51{ return static_cast<u16>(generate_nolock(n)); }
result_type generate_nolock() FL_NOEXCEPT
Definition random.h:68

References FL_NOEXCEPT, and generate_nolock().

+ Here is the call graph for this function: