Add '.ext/cfd/' from commit 'e370d22add00480a67fd028c0e7d3148737fe484'
[runlisp] / dump-runlisp-image.c
index 7bd9eba..97f854d 100644 (file)
@@ -1408,6 +1408,7 @@ int main(int argc, char *argv[])
   /* Initial setup. */
   set_progname(argv[0]);
   init_config();
+  srand(time(0));
 
   /* Parse the options. */
   optprog = (/*unconst*/ char *)progname;