X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a2124935b1ed32e3279768396afbfa10729ff64d..cc1c683c83296d164aef6fa419ec3763f218e423:/src/xbt/xbt_main.c diff --git a/src/xbt/xbt_main.c b/src/xbt/xbt_main.c index b11a855161..e60540b08c 100644 --- a/src/xbt/xbt_main.c +++ b/src/xbt/xbt_main.c @@ -91,7 +91,9 @@ static void xbt_preinit(void) { xbt_dict_preinit(); srand(seed); +#ifndef _WIN32 srand48(seed); +#endif atexit(xbt_postexit); }