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