zephyr/subsys/random
Declan Snyder d6881de3b3 random: Change testing random generator
The old random timer test was not random-looking
enough on some platforms.

Replace with new test which is psuedo-xoshiro.

The generator is still deterministic
and does not depend on entropy at all,
but should look more random for testing.

Change name of generator tree-wide also.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
2023-01-09 10:16:55 +01:00
..
CMakeLists.txt random: Change testing random generator 2023-01-09 10:16:55 +01:00
Kconfig random: Change testing random generator 2023-01-09 10:16:55 +01: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_test.c random: Change testing random generator 2023-01-09 10:16:55 +01:00
rand32_xoshiro128.c random: initialize devices at compile time 2022-08-19 11:51:26 +02:00