- remove the test of the test..
This commit is contained in:
parent
32b60f9b80
commit
370a115ab9
@ -108,10 +108,6 @@ int_list make_tri(int maxIndex)
|
||||
c = (random() % maxIndex);
|
||||
|
||||
valid = ( (a!=b) && (b!=c) && (c!=a) );
|
||||
|
||||
if (!valid) {
|
||||
num_invalid++;
|
||||
}
|
||||
}
|
||||
|
||||
if (!valid) {
|
||||
|
Loading…
Reference in New Issue
Block a user