From 2242fd6f8b7f16b706d49a2288da3aa20f12314b Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Thu, 13 Feb 2020 15:00:31 -0500 Subject: Added gitignore and fixed Ising to work with new paradigm --- random.hpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 random.hpp (limited to 'random.hpp') 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; -- cgit v1.2.3-54-g00ecf