The random clustering algorithm randomly distributes the given points into
clusters of equal size.
The representatives are set to the mean points of the clusters. The value of
must be given on the command line.
This is useful for both testing and debugging, and is also utilized by the -MEANS
algorithm in finding an initial clustering.