Spss QUICK CLUSTER (k-means) procedure uses, in automatic mode, the farthest-points-running-selection algorithm to produce initial cluster centres. It is what Aruna referred to as maximal distance algorithm. (and the algo - which is deterministic, although may be sensitive to the case order in the data - is described in the "SPSS Statistics Algorithms" doc).
My macro !KO_KMINI offers, in addition to it, 6 more methods to initialize initial cluster centres for k-means. The macro is on my page "Kirill's SPSS macros" in the collection "Clustering".
------------------------------
Kirill Orlov
------------------------------