[][src]Function lokacore::arch::x86_64::rdrand16_step

pub fn rdrand16_step() -> Option<u16>

Attempts to produce a u16 from the hardware RNG.

Note: this is the same speed as rdrand32_step, so you usually might as well use that one.

See _rdrand16_step