use static rand() seed for reproducability
This commit is contained in:
parent
c8348bc8fe
commit
ed4e54939b
1 changed files with 2 additions and 0 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue