int *getRandoms(int lower, int upper, int count); long double distance(struct Point *A, struct Point *B); bool Kmeans2(struct data_frame *df); long double distance2(struct centroid *A, struct Point *B);