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

◆ operator()() [1/3]

result_type fl::fl_random::operator() ( )
inline

Generate a random number.

Returns
A random 32-bit unsigned integer

Definition at line 53 of file random.h.

53 {
54 return next_random32();
55 }
u32 next_random32()
Generate next 32-bit random number using this instance's seed.
Definition random.h:34

References next_random32().

+ Here is the call graph for this function: