MCPcopy 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
351void
352arc4rand(void *ptr, unsigned int len, int reseed)
353{
354 ff_arc4rand(ptr, len, reseed);
355}
356
357uint32_t
358arc4random(void)

Callers 2

read_randomFunction · 0.70
arc4random_bufFunction · 0.70

Calls 1

ff_arc4randFunction · 0.85

Tested by

no test coverage detected