Function _rdrand32_step
#[target_feature(enable = "rdrand")]
pub fn _rdrand32_step(val: &mut u32) -> i32
Read a hardware generated 32-bit random value and store the result in val. Returns 1 if a random value was generated, and 0 otherwise.