Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ flipCoin
Function
flipCoin
libraries/randomHelpers/randomHelpers.cpp:75–78 ·
view source on GitHub ↗
typical use
Source
from the content-addressed store, hash-verified
73
74
// typical use
75
bool inline flipCoin()
76
{
77
return getRandom1();
78
};
79
80
81
uint8_t getRandom4()
Callers
nothing calls this directly
Calls
1
getRandom1
Function · 0.85
Tested by
no test coverage detected