Function rdseed_u64
pub fn rdseed_u64(out: &mut u64) -> i32
Available on crate feature
dep_safe_arch
only.Expand description
Try to obtain a random u64
from the hardware RNG.
- Intrinsic:
_rdseed64_step
- Assembly:
rdseed r64
pub fn rdseed_u64(out: &mut u64) -> i32
dep_safe_arch
only.Try to obtain a random u64
from the hardware RNG.
_rdseed64_step
rdseed r64