[][src]Function avr_libc::rand_r

pub unsafe extern "C" fn rand_r(__ctx: *mut u32) -> i16

Variant of rand() that stores the context in the user-supplied variable located at \c ctx instead of a static library variable so the function becomes re-entrant.