STM32 Random Number Generator

From Stm32World Wiki
Revision as of 04:17, 23 September 2024 by Lth (talk | contribs) (→‎Testing)
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