[][src]Function x86::random::rdseed64

pub unsafe fn rdseed64(e: &mut u64) -> bool

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

Unsafe

Will crash if RDSEED instructions are not supported.