1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/native/periph
Ludwig Ortmann 88fa49ab38 cpu/native: add high-quality random implementation
Per default random data is read from `/dev/random` now.

If specified (e.g. `-s 4711`), data is generated by calls to POSIX
random function like before. The POSIX random API is initialize with
the given seed (`srandom(4711);` in this example).
2015-01-14 11:51:23 +01:00
..
cpuid.c native: relocate periph/cpuid implementation 2014-10-18 10:48:03 +02:00
Makefile native: add periph substructure 2014-10-18 10:47:26 +02:00
random.c cpu/native: add high-quality random implementation 2015-01-14 11:51:23 +01:00
rtc.c native/rtc: apply naming conventions 2014-12-16 15:46:56 +01:00