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

Function getRandom24

libraries/randomHelpers/randomHelpers.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164
165
166uint32_t getRandom24()
167{
168 return getRandom32() & 0xFFFFFF;
169}
170
171
172uint64_t getRandom64()

Callers 1

unittestFunction · 0.85

Calls 1

getRandom32Function · 0.85

Tested by 1

unittestFunction · 0.68