summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fracture.cpp4
1 files 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) {