rand_delayed_exec (Robert Schulze <rob at rob-schulze.de>)
If one has trouble serving "synchronized" (parallel) periodic requests, like it may happen with pop3/imap,
the solution might be to spread the workload across a small timeslice. This program tries to do so.
NOTE: I am not able to mathematically prove that this practice will NOT have the opposite effect -
synchronising execution of rapidly succeeding (but not parallel) requests.
You may execute any program delayed by a certain time with a given propability (percent).