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

◆ minimum()

static constexpr result_type fl::fl_random::minimum ( )
inlinestaticconstexpr

Get the minimum value this generator can produce.

Returns
The minimum value (always 0)

Definition at line 97 of file random.h.

97 {
98 return 0;
99 }