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

◆ random16() [2/3]

u16 fl::math::random::random16 ( u16 min,
u16 max )
inline

Definition at line 52 of file random.h.

52{ return static_cast<u16>(generate_nolock(min, max)); }
result_type generate_nolock() FL_NOEXCEPT
Definition random.h:68
FL_DISABLE_WARNING_PUSH U constexpr common_type_t< T, U > min(T a, U b) FL_NOEXCEPT
Definition math.h:71
constexpr common_type_t< T, U > max(T a, U b) FL_NOEXCEPT
Definition math.h:75

References FL_NOEXCEPT, generate_nolock(), fl::max(), and fl::min().

+ Here is the call graph for this function: