diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-02-03 15:29:46 -0500 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-02-03 15:29:46 -0500 |
commit | 0b116ad92b7403989c2958c9c33e158049ecc6e1 (patch) | |
tree | 5cfcfe0904cb6d832d8257a6305f564f2d06fba7 /.gitmodules | |
parent | dbee70fe5eb7abca31c01c046ec2174f2dde7665 (diff) | |
download | code-0b116ad92b7403989c2958c9c33e158049ecc6e1.tar.gz code-0b116ad92b7403989c2958c9c33e158049ecc6e1.tar.bz2 code-0b116ad92b7403989c2958c9c33e158049ecc6e1.zip |
replaced mersenne twister with pcg32
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 94345fd..a14394b 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 |