Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
uint32_t Prandom::randrange(uint32_t stop)
52
{
53
return _rnd(stop);
54
}
55
56
57
uint32_t Prandom::randrange(uint32_t start, uint32_t stop, uint32_t step)
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64