Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : prototypes of static functions moved
[simgrid.git] / src / include / surf / random_mgr.h
index 023abfd..55ff757 100644 (file)
@@ -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;