The number of clones in an island is easy to compute if all clones are
the same size: An island ends, a new island begins when the spacing
, which occurs with probability
. So the
number of clones in a random island follows a geometric distribution with
a success probability of
. i.e.,


However, without the constant clone length assumption, it's hard to calculate even the expected number of clones per island.