MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ff_arc4random

Function ff_arc4random

lib/ff_host_interface.c:220–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220uint32_t
221ff_arc4random(void)
222{
223 uint32_t ret;
224 ff_arc4rand(&ret, sizeof ret, 0);
225 return ret;
226}
227
228int ff_setenv(const char *name, const char *value)
229{

Callers 1

arc4randomFunction · 0.85

Calls 1

ff_arc4randFunction · 0.85

Tested by

no test coverage detected