Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ff_arc4random
Function
ff_arc4random
lib/ff_host_interface.c:220–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
}
219
220
uint32_t
221
ff_arc4random(void)
222
{
223
uint32_t ret;
224
ff_arc4rand(&ret, sizeof ret, 0);
225
return ret;
226
}
227
228
int ff_setenv(const char *name, const char *value)
229
{
Callers
1
arc4random
Function · 0.85
Calls
1
ff_arc4rand
Function · 0.85
Tested by
no test coverage detected