Name Description Size
info.txt 354
processor_rng.cpp According to Intel, RDRAND is guaranteed to generate a random number within 10 retries on a working CPU 4265
processor_rng.h Directly invokes a CPU specific instruction to generate random numbers. On x86, the RDRAND instruction is used. on POWER, the DARN instruction is used. 1193