From d5a7a3f2e5808e7a3327242dc9b368afed9383bf Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 12 Feb 2020 14:59:13 -0500 Subject: Changed the RNG and implemented Transformations as the method for parameterizing movement. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 0a97926..15de333 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "randutils"] path = randutils url = https://gist.github.com/imneme/540829265469e673d045/ +[submodule "pcg-cpp"] + path = pcg-cpp + url = https://github.com/imneme/pcg-cpp -- cgit v1.2.3-70-g09d2