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

◆ get_seed()

u16 fl::fl_random::get_seed ( ) const
inline

Get the current seed value for this instance.

Returns
The current seed value

Definition at line 85 of file random.h.

85 {
86 return seed_;
87 }
u16 seed_
The current seed state for this instance.
Definition random.h:23

References seed_.