Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
239
uint32_t
240
arc4random(void)
241
{
242
uint32_t ret;
243
244
arc4rand(&ret, sizeof(ret), 0);
245
return ret;
246
}
247
248
void
249
arc4random_buf(void *ptr, size_t len)
Callers
15
arc4random_uniform
Function · 0.70
ipf_newisn
Function · 0.50
ipf_random
Function · 0.50
ipf_state_seed_alloc
Function · 0.50
krping_fr_test
Function · 0.50
randombytes_sysrandom
Function · 0.50
pfattach_vnet
Function · 0.50
pf_init_tagset
Function · 0.50
pfioctl
Function · 0.50
pf_normalize_tcp_init
Function · 0.50
pf_get_sport
Function · 0.50
pf_map_addr
Function · 0.50
Calls
1
arc4rand
Function · 0.70
Tested by
no test coverage detected