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

◆ random16_add_entropy()

LIB8STATIC void random16_add_entropy ( uint16_t entropy)

Add entropy into the random number generator.

Examples
Fire2012WithPalette.ino, and NoisePlayground.ino.

Definition at line 101 of file random8.h.

101 {
102 rand16seed += entropy;
103}
uint16_t rand16seed
Seed for the random number generator functions.
Definition lib8tion.cpp:17

References LIB8STATIC, and rand16seed.

Referenced by loop(), and setup().

+ Here is the caller graph for this function: