Skip to main content

rand_r

Function rand_r 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn rand_r(seed: *mut c_uint) -> c_int
๐Ÿ‘ŽDeprecated
Expand description

See https://pubs.opengroup.org/onlinepubs/9699919799/functions/rand.html.

ยงDeprecation

The rand_r() function was marked as obsolescent in the Open Group Base Specifications Issue 7, and the function was removed in Issue 8.