pub unsafe fn _rdrand16_step(val: &mut u16) -> i32
Available on non-crate feature miri-test-libstd and x86-64 only.
Expand description

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

Intel’s documentation