From 225905d1ad11a0f10d63ab0c6c71e6a5265e0894 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 25 Jul 2018 22:09:10 -0400 Subject: more standard lib objects --- src/wolff_ising.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wolff_ising.cpp') diff --git a/src/wolff_ising.cpp b/src/wolff_ising.cpp index 5e44cab..93b7ea4 100644 --- a/src/wolff_ising.cpp +++ b/src/wolff_ising.cpp @@ -95,7 +95,7 @@ int main(int argc, char *argv[]) { } // initialize random number generator - gsl_rng *r = gsl_rng_alloc(gsl_rng_mt19937); + gsl_rng *r = gsl_rng_alloc(gsl_rng_taus2); gsl_rng_set(r, rand_seed()); // define spin-spin coupling -- cgit v1.2.3-70-g09d2