[][src]Function x86::random::rdrand32

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

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

Unsafe

Will crash if RDRAND instructions are not supported.