]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Added my awesome MT1997 PRNG, and use it instead of stdio's rand()/srand() .. which...
authorDale Weiler <killfieldengine@gmail.com>
Mon, 24 Dec 2012 01:43:27 +0000 (01:43 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Mon, 24 Dec 2012 01:43:27 +0000 (01:43 +0000)
commitfa155f8a42a95111099b8c97a6617cb81317ea6c
tree74fc288ec1a9635ae5666bdb08cb1be24b98dd4c
parent0a57c408c0190f9cc267d14cbff648cf7cbebc3c
Added my awesome MT1997 PRNG, and use it instead of stdio's rand()/srand() .. which are implementation specific .. and simply unsafe (for example one of the compilers at work simply has it's standard library implementation of rand() return 0 always (which is perfectly conformant)).
ftepp.c
gmqcc.h
main.c
util.c