summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/random.cc
Commit message (Expand)AuthorAgeFilesLines
* Make types and bounds in random2 a bit more explicit.Robert Vollmert2009-11-101-5/+7
* Fix compile (stdint.h needed for uint*_t).Darshan Shaligram2009-11-091-0/+1
* Remove the bias from random2()Stefan O'Rear2009-11-081-1/+10
* Fix a stupid bug in defer_rand::random2avgStefan O'Rear2009-11-081-2/+2
* A nifty new abstraction for the RNG: defer_randStefan O'Rear2009-11-081-0/+76
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+263