STM32 Random Number Generator
Jump to navigation
Jump to search
Testing
To establish a baseline the random generators of the Linux kernel was tested with dieharder
Linux /dev/urandom
dd if=/dev/urandom of=tmp/urandom.dat bs=10K count=1000K status=progress
Linux /dev/random
dd if=/dev/random of=tmp/random.dat bs=10K count=1000K status=progress