Home
last modified time | relevance | path

Searched refs:random_uniform_denom (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/random/
H A Drandomize_fd.h75 random_uniform_denom(double denom) in random_uniform_denom() function
H A Drandom.c155 selected = random_uniform_denom(denom); in main()
H A Drandomize_fd.c219 if (random_uniform_denom(denom)) { in randomize_fd()