pub unsafe fn rdrand16(e: &mut u16) -> bool
Expand description

Generates a 16-bit random value and stores it in e.

Safety

Will crash if RDRAND instructions are not supported.