[][src]Function wide::arch::x86_64::rdrand64_step

pub fn rdrand64_step() -> Option<u64>

Attempts to produce a u64 from the hardware RNG.

Intel suggests that you try to call this function up to 10 times in a row if you get a failure. After that there's probably something actually wrong.

Only available on x86_64

See _rdrand64_step