Function rdrand32

Source
pub unsafe fn rdrand32(e: &mut u32) -> bool
Expand description

Generates a 32-bit random value and stores it in e.

ยงSafety

Will crash if RDRAND instructions are not supported.