Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix host name issue with ns3 wifi, add ssid, set active probing to false
[simgrid.git] / include / simgrid / modelchecker.h
index 613856785e6204a0ffa8d139592ace923d8e05a7..3d5305b9806825e8f6ced04f98c856a8a5689fc9 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