MCPcopy 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
375void
376read_random(void *buf, u_int count)
377{
378 arc4rand(buf, count, 0);
379}
380
381void
382arc4random_buf(void *ptr, size_t len)

Callers 2

arc4random.cFile · 0.85
sysctl_kern_arndFunction · 0.85

Calls 1

arc4randFunction · 0.70

Tested by

no test coverage detected