Function hal_x86_64::cpu::intrinsics::rdrand16_step
1.27.0 · source · pub unsafe fn rdrand16_step(val: &mut u16) -> i32
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.