Function sys_srand

Source
#[unsafe(no_mangle)]
pub extern "C" fn sys_srand(seed: u32)
Expand description

The function sets its argument as the seed for a new sequence of pseudo-random numbers to be returned by rand()