Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add FIXME.
[simgrid.git] / src / instr / instr_private.h
index dd531af..2b56b6d 100644 (file)
@@ -17,6 +17,7 @@
 SG_BEGIN_DECL()
 
 /* Need to define function drand48 for Windows */
+/* FIXME: use _drand48() defined in src/surf/random_mgr.c instead */
 #ifdef _WIN32
 #  define drand48() (rand()/(RAND_MAX + 1.0))
 #endif