Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ read_random
Function
read_random
lib/ff_compat.c:375–379 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
373
#endif
374
375
void
376
read_random(void *buf, u_int count)
377
{
378
arc4rand(buf, count, 0);
379
}
380
381
void
382
arc4random_buf(void *ptr, size_t len)
Callers
2
arc4random.c
File · 0.85
sysctl_kern_arnd
Function · 0.85
Calls
1
arc4rand
Function · 0.70
Tested by
no test coverage detected