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

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

Safety

Will crash if RDSEED instructions are not supported.