RDRand

Members

Functions

addSeed
void addSeed(in ubyte[] seed...)

RDRAND is not seedable.

Properties

isSupported
bool isSupported [@property getter]

Static functions

nextBytes
void nextBytes(ubyte[] buf)

Generate random data with rdrand instruction.

Meta