1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/periph_random
2014-08-21 20:21:47 +02:00
..
main.c test/periph_random: added test for RNG driver 2014-08-21 20:21:47 +02:00
Makefile test/periph_random: added test for RNG driver 2014-08-21 20:21:47 +02:00
README.md test/periph_random: added test for RNG driver 2014-08-21 20:21:47 +02:00

Expected result

This test outputs a sequence of random bytes, starting with one, then two and so on, until 20 random bytes are printed. Then the application sleeps for a second and starts over.

Background

This test was introduced to test the implementation of the low-level random number generator driver. For most platforms the implementation is based on hardware CPU peripherals.