Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ arc4random
Function
arc4random
lib/ff_compat.c:357–364 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
355
}
356
357
uint32_t
358
arc4random(void)
359
{
360
if (seed == 0) {
361
seed = ff_arc4random();
362
}
363
return (uint32_t)rand_r(&seed);
364
}
365
366
#if 0
367
void
Callers
nothing calls this directly
Calls
1
ff_arc4random
Function · 0.85
Tested by
no test coverage detected