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

◆ fl_random() [2/2]

fl::fl_random::fl_random ( u16 seed)
inlineexplicit

Constructor with explicit seed.

Parameters
seedThe seed value for the random number generator

Definition at line 49 of file random.h.

49: seed_(seed) {}
u16 seed_
The current seed state for this instance.
Definition random.h:23

References seed_.