From aca81428ac3e7385294d8fc871b9618b739a8109 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Thu, 21 Feb 2019 15:33:25 -0500 Subject: forgot to remove test fixed seed to rng --- src/fracture.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fracture.cpp b/src/fracture.cpp index ebacd28..53a11a5 100644 --- a/src/fracture.cpp +++ b/src/fracture.cpp @@ -63,8 +63,8 @@ int main(int argc, char* argv[]) { ma meas(Lx, Ly, Mx, My, beta); - //randutils::auto_seed_128 seeds; - std::mt19937 rng{683129629}; + randutils::auto_seed_128 seeds; + std::mt19937 rng{seeds}; for (unsigned trial = 0; trial < N; trial++) { while (true) { -- cgit v1.2.3-70-g09d2