From 8f8058f8a54e81a26b29a718170d6a8f85d4166e Mon Sep 17 00:00:00 2001 From: azusayamaguchi Date: Tue, 25 Oct 2016 01:05:52 +0100 Subject: [PATCH] More random bits on parallel seeding --- lib/lattice/Lattice_rng.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/lattice/Lattice_rng.h b/lib/lattice/Lattice_rng.h index 3254af30..2df5e2d1 100644 --- a/lib/lattice/Lattice_rng.h +++ b/lib/lattice/Lattice_rng.h @@ -296,9 +296,10 @@ namespace Grid { _grid->GlobalCoorToRankIndex(rank,o_idx,i_idx,gcoor); int l_idx=generator_idx(o_idx,i_idx); - - std::vector site_seeds(4); - for(int i=0;i<4;i++){ + + const int num_rand_seed=16; + std::vector site_seeds(num_rand_seed); + for(int i=0;i