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

◆ add_entropy()

void fl::fl_random::add_entropy ( u16 entropy)
inline

Add entropy to this random number generator instance.

Parameters
entropyThe entropy value to add

Definition at line 91 of file random.h.

91 {
92 seed_ += entropy;
93 }
u16 seed_
The current seed state for this instance.
Definition random.h:23

References seed_.