Browse Source
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>pull/53601/head
8 changed files with 44 additions and 21 deletions
@ -1,2 +1,2 @@
@@ -1,2 +1,2 @@
|
||||
CONFIG_TEST_RANDOM_GENERATOR=y |
||||
CONFIG_TIMER_RANDOM_GENERATOR=y |
||||
CONFIG_RANDOM_TEST_GENERATOR=y |
||||
|
Loading…
Reference in new issue