Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Indent include and src using this command:
[simgrid.git] / include / mc / modelchecker.h
index 864860d..2ca38fa 100644 (file)
@@ -1,3 +1,4 @@
 #include "xbt.h"
 
-XBT_PUBLIC(void) MC_assert(int);
\ No newline at end of file
+XBT_PUBLIC(void) MC_assert(int);
+XBT_PUBLIC(int) MC_random(int min, int max);