diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-12-28 18:38:30 +0100 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-12-28 18:38:30 +0100 |
commit | f8c6bf6c5e061fed2a486f5dc31a97aa8dac1acc (patch) | |
tree | 3b8392ed957219189f00cf5c1977d2646a555327 /.gitmodules | |
download | code-f8c6bf6c5e061fed2a486f5dc31a97aa8dac1acc.tar.gz code-f8c6bf6c5e061fed2a486f5dc31a97aa8dac1acc.tar.bz2 code-f8c6bf6c5e061fed2a486f5dc31a97aa8dac1acc.zip |
Added random number generation submodules.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a14394b --- /dev/null +++ b/.gitmodules @@ -0,0 +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 |