vigra
vigra copied to clipboard
Use Intel's new RdRand instruction to seed the random number generator
autodetect (in cmake) if the instruction is available
RdRand is unsafe and hard to use properly. It's best to just use system randomness sources (/dev/urandom or arc4random() in most cases).