Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: more specific doc in the user API
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 21 Jan 2020 15:08:14 +0000 (16:08 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 29 Jan 2020 16:16:47 +0000 (17:16 +0100)
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