Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add int MC_random(int min, int max) function that will make the model-checker to...
[simgrid.git] / include / mc / modelchecker.h
index 864860d..9bc3a80 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);
\ No newline at end of file