mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-15 06:17:05 +01:00
No random device
This commit is contained in:
@ -50,7 +50,7 @@ int main (int argc, char ** argv)
|
||||
std::vector<int> seeds({1,2,3,4});
|
||||
|
||||
GridParallelRNG pRNG(&Grid);
|
||||
pRNG.SeedRandomDevice();
|
||||
pRNG.SeedFixedIntegers(std::vector<int>({45,12,81,9}));
|
||||
|
||||
LatticeGaugeField U(&Grid);
|
||||
|
||||
|
Reference in New Issue
Block a user