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

Function arc4random

freebsd/libkern/arc4random.c:239–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239uint32_t
240arc4random(void)
241{
242 uint32_t ret;
243
244 arc4rand(&ret, sizeof(ret), 0);
245 return ret;
246}
247
248void
249arc4random_buf(void *ptr, size_t len)

Callers 15

arc4random_uniformFunction · 0.70
ipf_newisnFunction · 0.50
ipf_randomFunction · 0.50
ipf_state_seed_allocFunction · 0.50
krping_fr_testFunction · 0.50
randombytes_sysrandomFunction · 0.50
pfattach_vnetFunction · 0.50
pf_init_tagsetFunction · 0.50
pfioctlFunction · 0.50
pf_normalize_tcp_initFunction · 0.50
pf_get_sportFunction · 0.50
pf_map_addrFunction · 0.50

Calls 1

arc4randFunction · 0.70

Tested by

no test coverage detected