X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/149c63f36e15b8500b1e826bda5138318ff7ba2b..4b0fa756ae6e58a74c374a519389ecb9e8b6a4d9:/include/simgrid/modelchecker.h diff --git a/include/simgrid/modelchecker.h b/include/simgrid/modelchecker.h index 613856785e..3d5305b980 100644 --- a/include/simgrid/modelchecker.h +++ b/include/simgrid/modelchecker.h @@ -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