Function core::arch::x86::_rdrand32_step
1.27.0 · source · pub unsafe fn _rdrand32_step(val: &mut u32) -> i32
Available on (x86 or x86-64) and target feature
rdrand
and x86 only.Expand description
读取硬件生成的 32 位随机值,并将结果存储在 val 中。 如果生成随机值,则返回 1,否则返回 0。