fix: updated generator to avoid repeated test cases, updated pdf files to match .tex files
This commit is contained in:
@@ -42,10 +42,10 @@ string rnd_test(int i){
|
||||
int max_n = MAX_N;
|
||||
|
||||
if(i<rnd_test_n / 3){
|
||||
max_n = 5;
|
||||
max_n = 25;
|
||||
}
|
||||
else if(i<rnd_test_n / 2){
|
||||
max_n = 20;
|
||||
max_n = 50;
|
||||
}
|
||||
|
||||
int x = rnd.next(min_n, max_n);
|
||||
|
||||
Reference in New Issue
Block a user