RDRand.isSupported

struct RDRand
@property static
bool
isSupported
nothrow @nogc
(
)

Return Value

Type: bool

true if your platform supports the rdrand instruction. Evaluated at runtime.

Meta