pub fn rdrand_u64(out: &mut u64) -> i32
Available with target feature
rdrand
only.Expand description
Try to obtain a random u64
from the hardware RNG.
- Intrinsic:
_rdrand64_step
- Assembly:
rdrand r64
pub fn rdrand_u64(out: &mut u64) -> i32
rdrand
only.Try to obtain a random u64
from the hardware RNG.
_rdrand64_step
rdrand r64