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

◆ random16_add_entropy()

LIB8STATIC void random16_add_entropy ( fl::u16 entropy)

Add entropy into the random number generator.

Examples
Fire2012.ino, and Fire2012WithPalette.ino.

Definition at line 110 of file random8.h.

110 {
111 rand16seed += entropy;
112}
fl::u16 rand16seed
Seed for the random number generator functions.

References FL_NOEXCEPT, LIB8STATIC, and rand16seed.

Referenced by loop(), and setup().

+ Here is the caller graph for this function: