VCTR icon indicating copy to clipboard operation
VCTR copied to clipboard

Make unit test random number generation more flexible and allow injecting custom seeds for compile time generated numbers

Open JanosGit opened this issue 3 years ago • 0 comments

Random number vectors for the unit tests are currently created at compile time and are seeded by the __TIME__ macro. This makes it hard to reproduce failing test cases. We should find a way to report that seed in the test output and inject a custom seed via a macro

JanosGit avatar Feb 24 '23 15:02 JanosGit