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

Method random16

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

Source from the content-addressed store, hash-verified

49
50 u16 random16() FL_NOEXCEPT { return random16_nolock(); }
51 u16 random16(u16 n) FL_NOEXCEPT { return static_cast<u16>(generate_nolock(n)); }
52 u16 random16(u16 min, u16 max) FL_NOEXCEPT { return static_cast<u16>(generate_nolock(min, max)); }
53
54private:

Callers 15

makeJitteredVowelFunction · 0.80
makeWhiteNoiseFunction · 0.80
makeSnareFunction · 0.80
makeHiHatFunction · 0.80
makeCrashCymbalFunction · 0.80
makeFilteredNoiseFunction · 0.80
makePitchedTomFunction · 0.80
makeGuitarLikeFunction · 0.80
makeVoiceInMixLikeFunction · 0.80
makeVocalInFullMixFunction · 0.80
beat.hppFile · 0.80
FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by 7

makeJitteredVowelFunction · 0.64
makeWhiteNoiseFunction · 0.64
makeSnareFunction · 0.64
makeHiHatFunction · 0.64
makeCrashCymbalFunction · 0.64
makeFilteredNoiseFunction · 0.64
makePitchedTomFunction · 0.64