X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f89671e0bd7450461d70d5ced6079123e73c2a63..c16e65422f592e372f48297d0536b23b7a01d351:/include/xbt/random.hpp diff --git a/include/xbt/random.hpp b/include/xbt/random.hpp index cf2b168c18..b1d8b1461a 100644 --- a/include/xbt/random.hpp +++ b/include/xbt/random.hpp @@ -6,11 +6,14 @@ #ifndef SIMGRID_XBT_RANDOM_HPP #define SIMGRID_XBT_RANDOM_HPP -#include - namespace simgrid { namespace xbt { namespace random { + +void set_implem_xbt(); +void set_implem_std(); +void set_mersenne_seed(int); + int uniform_int(int, int); double uniform_real(double, double); double exponential(double);