pub unsafe fn rdrand64(e: &mut u64) -> bool
Expand description

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

Safety

Will crash if RDRAND instructions are not supported.