[][src]Function avr_libc::random_r

pub unsafe extern "C" fn random_r(__ctx: *mut u32) -> i32

\ingroup avr_stdlib Variant of random() 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.