MCPcopy 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
212void
213ff_arc4rand(void *ptr, unsigned int len, int reseed)
214{
215 (void)reseed;
216
217 RAND_bytes(ptr, len);
218}
219
220uint32_t
221ff_arc4random(void)

Callers 2

ff_arc4randomFunction · 0.85
arc4randFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected