MCPcopy 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
75bool inline flipCoin()
76{
77 return getRandom1();
78};
79
80
81uint8_t getRandom4()

Callers

nothing calls this directly

Calls 1

getRandom1Function · 0.85

Tested by

no test coverage detected