randcmp
qsort(la, num_instances, sizeof(*la), randcmp);
qsort(batch, batch_size, sizeof(*batch), randcmp);
qsort(batch, batch_size, sizeof(*batch), randcmp);
int randcmp(const void *a, const void *b);