X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f5e8daaa6e9f74521068aa75837200bcd182ea6..4676d5e57abd98702608661750274226eb48e20e:/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;