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

◆ maximum()

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

Get the maximum value this generator can produce.

Returns
The maximum value (4294967295)

Definition at line 103 of file random.h.

103 {
104 return 4294967295U;
105 }