diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-02-12 14:59:13 -0500 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-02-12 14:59:13 -0500 |
commit | d5a7a3f2e5808e7a3327242dc9b368afed9383bf (patch) | |
tree | 515e87793a726260bdee6641d91780bc42ff2b1b /.gitmodules | |
parent | 3044b71aa308c0fae90ae5655bda8bc76f6619dd (diff) | |
download | space_wolff-d5a7a3f2e5808e7a3327242dc9b368afed9383bf.tar.gz space_wolff-d5a7a3f2e5808e7a3327242dc9b368afed9383bf.tar.bz2 space_wolff-d5a7a3f2e5808e7a3327242dc9b368afed9383bf.zip |
Changed the RNG and implemented Transformations as the method for parameterizing movement.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |