MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / randrange

Method randrange

libraries/Prandom/Prandom.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51uint32_t Prandom::randrange(uint32_t stop)
52{
53 return _rnd(stop);
54}
55
56
57uint32_t Prandom::randrange(uint32_t start, uint32_t stop, uint32_t step)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64