Index: /trunk/Ohana/src/opihi/pantasks/CheckTasks.c
===================================================================
--- /trunk/Ohana/src/opihi/pantasks/CheckTasks.c	(revision 23540)
+++ /trunk/Ohana/src/opihi/pantasks/CheckTasks.c	(revision 23541)
@@ -48,5 +48,5 @@
     // add random offset between 0 and 5% of exec_period
     // XXX this should be optional
-    fuzz = 0.1*task[0].exec_period*drand48();
+    fuzz = task[0].exec_period*(0.5*drand48() - 0.25);
     task[0].last.tv_usec = 1e6*(fuzz - (int)fuzz);
     task[0].last.tv_sec += (int) fuzz;
