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

◆ random16_set_seed()

LIB8STATIC void random16_set_seed ( uint16_t seed)

Set the 16-bit seed used for the random number generator.

Examples
NoisePlayground.ino.

Definition at line 95 of file random8.h.

95{ rand16seed = seed; }
uint16_t rand16seed
Seed for the random number generator functions.
Definition lib8tion.cpp:17

References LIB8STATIC, and rand16seed.

Referenced by setup().

+ Here is the caller graph for this function: