MCPcopy Create free account
hub / github.com/FastLED/FastLED / random8

Method random8

src/fl/math/random.h:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46 u8 random8() FL_NOEXCEPT { return random8_nolock(); }
47 u8 random8(u8 n) FL_NOEXCEPT { return random8_nolock(n); }
48 u8 random8(u8 min, u8 max) FL_NOEXCEPT { return random8_nolock(min, max); }
49
50 u16 random16() FL_NOEXCEPT { return random16_nolock(); }

Callers 1

FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected