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

Function arc4random

lib/ff_compat.c:357–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357uint32_t
358arc4random(void)
359{
360 if (seed == 0) {
361 seed = ff_arc4random();
362 }
363 return (uint32_t)rand_r(&seed);
364}
365
366#if 0
367void

Callers

nothing calls this directly

Calls 1

ff_arc4randomFunction · 0.85

Tested by

no test coverage detected