zephyr/subsys/random
Leandro Pereira 5a272b027a subsys/random: Add Xoroshiro128+ PRNG
This adds an implementation of Xoroshiro128+ PRNG, based on the
original implementation at [1].  This pseudorandom number generator
will use the entropy driver to obtain the seed.

While it uses only 128 bits of state, it's pretty robust for non-crypto
safe applications.

[1] http://vigna.di.unimi.it/xorshift/xoroshiro128plus.c

Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2017-11-01 08:26:29 -04:00
..
Kconfig subsys/random: Add Xoroshiro128+ PRNG 2017-11-01 08:26:29 -04:00
Makefile subsys/random: Add Xoroshiro128+ PRNG 2017-11-01 08:26:29 -04:00
rand32_entropy_device.c subsys/random: sys_rand32_get() implementation that uses entropy API 2017-11-01 08:26:29 -04:00
rand32_timer.c subsys: Add random subsystem 2017-11-01 08:26:29 -04:00
rand32_timestamp.c subsys: Add random subsystem 2017-11-01 08:26:29 -04:00
rand32_xoroshiro128.c subsys/random: Add Xoroshiro128+ PRNG 2017-11-01 08:26:29 -04:00