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

◆ random16_get_seed()

LIB8STATIC uint16_t random16_get_seed ( )

Get the current seed value for the random number generator.

Definition at line 100 of file random8.h.

100{ return rand16seed; }
uint16_t rand16seed
Seed for the random number generator functions.
Definition lib8tion.cpp:17

References LIB8STATIC, and rand16seed.