summaryrefslogtreecommitdiff
path: root/random.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2020-02-13 15:00:31 -0500
committerJaron Kent-Dobias <jaron@kent-dobias.com>2020-02-13 15:00:31 -0500
commit2242fd6f8b7f16b706d49a2288da3aa20f12314b (patch)
tree850329d19cebf41b7c4dd6e83be0bf58f1222b19 /random.hpp
parentd5a7a3f2e5808e7a3327242dc9b368afed9383bf (diff)
downloadspace_wolff-2242fd6f8b7f16b706d49a2288da3aa20f12314b.tar.gz
space_wolff-2242fd6f8b7f16b706d49a2288da3aa20f12314b.tar.bz2
space_wolff-2242fd6f8b7f16b706d49a2288da3aa20f12314b.zip
Added gitignore and fixed Ising to work with new paradigm
Diffstat (limited to 'random.hpp')
-rw-r--r--random.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/random.hpp b/random.hpp
new file mode 100644
index 0000000..9f1d33d
--- /dev/null
+++ b/random.hpp
@@ -0,0 +1,6 @@
+#pragma once
+
+#include "pcg-cpp/include/pcg_random.hpp"
+#include "randutils/randutils.hpp"
+
+using Rng = randutils::random_generator<pcg32>;