Function supports_rdrand

Source
pub unsafe fn supports_rdrand() -> bool
Expand description

Whether the current CPU supports the rdrand instruction.

ยงSafety

cpuid instruction must be available. See cpuid.