Document best practice to avoid ties in timestamp values
It is best to try to avoid ties in timestamp values. One way to do this is by introducing a small amount of jitter in initial events from each LP to make sure that they are out of sync initially. Example: set timestamp of initial events to lookahead + rand_unif(lp->rng).