Step 2: Generating some waiting time applied to all the lineages that are alive. For example adding the time t1 to the lineages A, B and C. This can be controlled through the modifiers object (with branch.length).
rexp(1, sum(n * (speciation + extinction)))
or in the treats algorithm:rexp(1, sum(lineage$n * (bd.params$speciation + bd.params$extinction)))