Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: more specific doc in the user API
[simgrid.git] / include / simgrid / modelchecker.h
index 6138567..3d5305b 100644 (file)
@@ -21,6 +21,7 @@
 
 SG_BEGIN_DECL
 
+/** Explore every branches where that function returns a value between min and max (inclusive) */
 XBT_PUBLIC int MC_random(int min, int max);
 
 #if SIMGRID_HAVE_MC