Function core::arch::x86::_rdrand32_step1.27.0[][src]

pub unsafe fn _rdrand32_step(val: &mut u32) -> i32
This is supported on (non-crate feature miri-test-libstd or test or doctest) and x86 and target feature rdrand only.
Expand description

Read a hardware generated 32-bit random value and store the result in val. Returns 1 if a random value was generated, and 0 otherwise.

Intel’s documentation