K-means++

So K-Means++ is just K-means, except instead of choosing initial centroids at random, you choose centroids that are furthest away from other centroids (sort of), iteratively. It’s a good idea, but it gets its own name, wikipedia page, etc.?