mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-24 12:45:56 +01:00
sRNG compile fix
This commit is contained in:
parent
8458e13a23
commit
e39e326b79
@ -61,7 +61,6 @@ int main (int argc, char ** argv)
|
|||||||
std::vector<int> seeds({1,2,3,4});
|
std::vector<int> seeds({1,2,3,4});
|
||||||
std::vector<int> serial_seeds({5,6,7,8});
|
std::vector<int> serial_seeds({5,6,7,8});
|
||||||
|
|
||||||
GridSerialRNG sRNG;
|
|
||||||
GridParallelRNG pRNG(&Grid);
|
GridParallelRNG pRNG(&Grid);
|
||||||
GridSerialRNG sRNG;
|
GridSerialRNG sRNG;
|
||||||
pRNG.SeedFixedIntegers(seeds);
|
pRNG.SeedFixedIntegers(seeds);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user