]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Remove my MT impl for PRNG, it's full of buffer overflows that I don't want to fix...
authorDale Weiler <killfieldengine@gmail.com>
Wed, 14 Aug 2013 06:22:32 +0000 (06:22 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Wed, 14 Aug 2013 06:22:32 +0000 (06:22 +0000)
commit0a5353532b15fce7470f189824d252d49806bea6
tree20babf100f5557f1616cd3fc6ac9aa6d93ae2c27
parent1201f06a55585b927f340687095160c473642d25
Remove my MT impl for PRNG, it's full of buffer overflows that I don't want to fix. Just fallback to using srand/rand
util.c