point arrangement problem

Suppose you wanted to arrange some points around a circle, one by one.
Once you place a point, you cannot move it.
You don't know how many points you will ultimately arrange.
As you place the points, try to place them far from the other points, especially the most recently placed points.
It would be nice if your algorithm could deterministically compute the position of any point in constant time.