1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/native/include
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
..
clang_compat.h cpu: added extern "C" to headers 2014-11-24 19:10:15 +01:00
cpu-conf.h cpu: added extern "C" to headers 2014-11-24 19:10:15 +01:00
cpu.h cpu: added extern "C" to headers 2014-11-24 19:10:15 +01:00
hwtimer_cpu.h cpu: added extern "C" to headers 2014-11-24 19:10:15 +01:00
native_internal.h cpu/native: add high-quality random implementation 2015-01-14 11:51:23 +01:00
nativenet_internal.h cpu: added extern "C" to headers 2014-11-24 19:10:15 +01:00
nativenet.h Merge pull request #1904 from LudwigOrtmann/native_bufferbloat 2015-01-07 03:00:01 +01:00
periph_conf.h native: move rtc to periph 2014-12-13 15:21:52 +01:00
tap.h cpu: added extern "C" to headers 2014-11-24 19:10:15 +01:00