#ifndef GENERATOR_H
#define GENERATOR_H

#include "point_types.h"

void fill_pairs_array(PairArray *pairs, bool clustered);

#endif // !GENERATOR_H