info.txt |
|
141 |
processor_rng.cpp |
According to Intel, RDRAND is guaranteed to generate a random
number within 10 retries on a working CPU
|
3581 |
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.
|
1289 |