From d3878228d84dd2296cd85d914f27087d3cae2835 Mon Sep 17 00:00:00 2001 From: Alexandre Jesus Date: Fri, 16 Sep 2016 09:25:34 +0100 Subject: Add pseudo-random shuffler --- include/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index c61ac4d..9332e6e 100644 --- a/include/common.h +++ b/include/common.h @@ -15,5 +15,6 @@ struct front_item * new_front_item(double, double, struct front_item *, struct double dist_items(struct item *, struct item *); int len_front(struct front_item *); int cmp_items_ratio(const void * a, const void * b); +int cmp_items_random(const void * a, const void * b); #endif -- cgit v1.2.3