Leveraging Intel Ivy Bridge’s hardware RNG

Intel Ivy Bridge CPUs such as the i7-3770K that I own ship with a hardware random number generator that can be polled through the RdRand instruction. This feature is advertised in /proc/cpuinfo with the rdrand flag. This hardware RNG can be leveraged to increase the entropy bits available to Linux’s random character devices /dev/random and […]