Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The interaction between the parser and the surf modules makes more sense now.
[simgrid.git] / src / surf / random_mgr.c
index 6249e33..bbbe414 100644 (file)
@@ -5,7 +5,8 @@
 #ifdef WIN32
 static double drand48(void)
 {
-       return rand()/(double)RAND_MAX;
+   THROW_UNIMPLEMENTED;
+   return -1;
 }
 #endif