summaryrefslogtreecommitdiff
path: root/random.hpp
diff options
context:
space:
mode:
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>;