Index: /branches/eam_branches/ipp-20111122/Ohana/src/addstar/src/mkcmf.c
===================================================================
--- /branches/eam_branches/ipp-20111122/Ohana/src/addstar/src/mkcmf.c	(revision 33278)
+++ /branches/eam_branches/ipp-20111122/Ohana/src/addstar/src/mkcmf.c	(revision 33279)
@@ -299,5 +299,7 @@
 
   A = time(NULL);
-  for (B = 0; A == time(NULL); B++);
+  // XXX this is expensive if called a lot (1 sec min)
+  // for (B = 0; A == time(NULL); B++);
+  B = A + 10000;
   srand48(B);
  
