FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ random16_get_seed()

LIB8STATIC uint16_t random16_get_seed ( )

Get the current seed value for the random number generator.

Definition at line 98 of file random8.h.

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

References LIB8STATIC, and rand16seed.