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>
This commit is contained in:
parent
e065050f1b
commit
d6881de3b3
8 changed files with 44 additions and 21 deletions
|
@ -3,4 +3,4 @@ CONFIG_ZTEST_NEW_API=y
|
|||
CONFIG_LOG=y
|
||||
CONFIG_ENTROPY_GENERATOR=y
|
||||
CONFIG_TEST_RANDOM_GENERATOR=y
|
||||
CONFIG_TIMER_RANDOM_GENERATOR=y
|
||||
CONFIG_RANDOM_TEST_GENERATOR=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue