X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f5e8daaa6e9f74521068aa75837200bcd182ea6..14226aa8e149636047c44fb76c20163989594cb1:/src/include/surf/random_mgr.h diff --git a/src/include/surf/random_mgr.h b/src/include/surf/random_mgr.h index 023abfd128..55ff757741 100644 --- a/src/include/surf/random_mgr.h +++ b/src/include/surf/random_mgr.h @@ -14,7 +14,7 @@ SG_BEGIN_DECL() -typedef enum { NONE, DRAND48, RAND } Generator; +typedef enum { NONE, DRAND48, RAND, RNGSTREAM } Generator; typedef struct random_data_desc { long int seed;