zephyr/subsys/random
Nicolas Pitre d7f9e26433 rand32_timer: make it more random-like for tests to pass
I get a high failure rate for tests/kernel/mem_protect/stack_random
because the default rand32_timer used with QEMU is just too mediocre.
Make it more random looking.

Reference: https://nuclear.llnl.gov/CNP/rng/rngman/node4.html

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2023-01-27 17:38:26 +09:00
..
CMakeLists.txt Revert "random: Change testing random generator" 2023-01-09 19:29:50 +09:00
Kconfig Revert "random: Change testing random generator" 2023-01-09 19:29:50 +09:00
rand32_ctr_drbg.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
rand32_entropy_device.c random: initialize devices at compile time 2022-08-19 11:51:26 +02:00
rand32_handlers.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
rand32_timer.c rand32_timer: make it more random-like for tests to pass 2023-01-27 17:38:26 +09:00
rand32_xoshiro128.c random: initialize devices at compile time 2022-08-19 11:51:26 +02:00