mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
1f6a6f2cd3
Add a new option `ODIN_TEST_RANDOM_SEED` which is picked from the cycle counter at startup, if it's not specified by the user. This number is sent to every test in the `T` struct and reset every test (just in case).