Andrei Alexandrescu wrote: > In the limit, taking the minimum over infinitely many > measurements of X would yield T.
True, if the thoretical variance of the distribution of T is close to zero. But horrible wrong, if T depends on an algorithm that is fast only under amortized analysis, because the worst case scenario will be hidden. -manfred