Function rdseed32

Source
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.