Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ff_arc4rand
Function
ff_arc4rand
lib/ff_host_interface.c:212–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
}
211
212
void
213
ff_arc4rand(void *ptr, unsigned int len, int reseed)
214
{
215
(void)reseed;
216
217
RAND_bytes(ptr, len);
218
}
219
220
uint32_t
221
ff_arc4random(void)
Callers
2
ff_arc4random
Function · 0.85
arc4rand
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected