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

◆ random16_set_seed()

LIB8STATIC void random16_set_seed ( fl::u16 seed)

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

Definition at line 104 of file random8.h.

104{ rand16seed = seed; }
fl::u16 rand16seed
Seed for the random number generator functions.

References FL_NOEXCEPT, LIB8STATIC, and rand16seed.

Referenced by setup().

+ Here is the caller graph for this function: