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

◆ next_random16_nolock()

u16 fl::math::random::next_random16_nolock ( )
inlineprivate

Definition at line 57 of file random.h.

57 {
59 return mSeed;
60 }
#define APPLY_FASTLED_RAND16_2053(x)
Multiplies a value by the pseudo-random multiplier.
Definition random8.h:45
#define FASTLED_RAND16_13849
Increment value for pseudo-random number generation.
Definition random8.h:38

References APPLY_FASTLED_RAND16_2053, FASTLED_RAND16_13849, FL_NOEXCEPT, and mSeed.

Referenced by next_random32_nolock(), random16_nolock(), and random8_nolock().

+ Here is the caller graph for this function: