Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change regex into the tag cluster
[simgrid.git] / src / surf / random_mgr.c
index 4588aa0..48769c4 100644 (file)
 
 static unsigned int _seed = 2147483647;
 
+#ifdef __VISUALC__
 typedef unsigned __int64 uint64_t;
 typedef unsigned int uint32_t;
+#endif
 
 struct drand48_data {
   unsigned short int __x[3];    /* Current state.  */