summaryrefslogtreecommitdiff
path: root/src/common/utils.h
AgeCommit message (Expand)AuthorFilesLines
2011-03-24Optimize common objects, and adjust other objects accordingly.Ben Longbons1-35/+14
2009-12-26Used the "indent" C formatting program from GNU to do some clean upsChuck Miller1-9/+6
2009-09-17MRAND now wraps its modulo parameter in parentheses to avoid misassociationFate1-1/+1
2009-08-30MRAND() no longer uses high-order bitsMadCamel1-3/+2
2009-08-29Converted to Mersenne Twister for random.MadCamel1-1/+2
2008-11-03Rename MMRAND to MPRAND and clarify in a comment how it works exactly. These ...Dennis Friis1-2/+9
2008-11-03Add 2 defines for rand() that uses hi-order bits to get slighty better pseudo...Dennis Friis1-0/+2
2008-04-02initial checkinDennis Friis1-0/+33