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

◆ set_seed()

void fl::fl_random::set_seed ( u16 seed)
inline

Set the seed for this random number generator instance.

Parameters
seedThe new seed value

Definition at line 79 of file random.h.

79 {
80 seed_ = seed;
81 }
u16 seed_
The current seed state for this instance.
Definition random.h:23

References seed_.