mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 20:57:06 +01:00
SITMO I/O for NERSC working now bit repro
This commit is contained in:
@ -158,7 +158,7 @@ namespace Grid {
|
||||
#ifdef RNG_SITMO
|
||||
typedef sitmo::prng_engine RngEngine;
|
||||
typedef uint64_t RngStateType;
|
||||
static const int RngStateCount = 4;
|
||||
static const int RngStateCount = 13;
|
||||
#endif
|
||||
|
||||
std::vector<RngEngine> _generators;
|
||||
|
Reference in New Issue
Block a user