Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
uint32_t getRandom24()
167
{
168
return getRandom32() & 0xFFFFFF;
169
}
170
171
172
uint64_t getRandom64()
Callers
1
unittest
Function · 0.85
Calls
1
getRandom32
Function · 0.85
Tested by
1
unittest
Function · 0.68