mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-15 07:41:57 +00:00
This should clear up some of the confusion with random number generators and drivers that obtain entropy from the hardware. Also, many hardware number generators have limited bandwidth, so it's natural for their output to be only used for seeding a random number generator. Signed-off-by: Leandro Pereira <leandro.pereira@intel.com> |
||
---|---|---|
.. | ||
src | ||
Makefile | ||
prj.conf | ||
README.txt | ||
sample.yaml |
Title: Entropy Description: Sample for the entropy gathering driver -------------------------------------------------------------------------------- Building and Running Project: This project writes an infinite series of random numbers to the console, 10 per second. It can be built and executed on frdm_k64f as follows: make Sample Output: Entropy Example! arm entropy device is 0x2000008c, name is ENTROPY_0 0xd7 0x42 0xb0 0x7b 0x56 0x3b 0xc3 0x43 0x8a 0xa3 0xfa 0xec 0xd8 0xc3 0x36 0xf8 0x7b 0x82 0x2b 0x39