Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ arc4random_buf
Function
arc4random_buf
lib/ff_compat.c:381–385 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
379
}
380
381
void
382
arc4random_buf(void *ptr, size_t len)
383
{
384
arc4rand(ptr, len, 0);
385
}
386
387
int
388
fubyte(volatile const void *base)
Callers
1
link_getaddr
Function · 0.50
Calls
1
arc4rand
Function · 0.70
Tested by
no test coverage detected