use static rand() seed for reproducability

This commit is contained in:
Folkert van Heusden 2025-04-03 23:38:24 +02:00
parent c8348bc8fe
commit ed4e54939b
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -31,6 +31,8 @@ void produce_validation_tests()
{ 0106700, 0107777 },
};
srand(123); // for reproducability
for(int i=0; i<65536; i++) {
int skip = 0;
for(int test=0; test<6; test++) {