One trick for cron is to prepend the actual command in the crontab with something like
    sleep $(( $(od -N1 -tuC -An /dev/urandom) % 60 ))m ;
One trick for cron is to prepend the actual command in the crontab with something like
    sleep $(( $(od -N1 -tuC -An /dev/urandom) % 60 ))m ;