Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ arc4rand
Function
arc4rand
lib/ff_compat.c:351–355 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
349
}
350
351
void
352
arc4rand(void *ptr, unsigned int len, int reseed)
353
{
354
ff_arc4rand(ptr, len, reseed);
355
}
356
357
uint32_t
358
arc4random(void)
Callers
2
read_random
Function · 0.70
arc4random_buf
Function · 0.70
Calls
1
ff_arc4rand
Function · 0.85
Tested by
no test coverage detected