summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/asg.h
Commit message (Collapse)AuthorAgeFilesLines
* random3(), with a different RNG state.Adam Borowski2013-10-061-1/+1
| | | | | | Works same as random2(). Also, stops valgrind from kvetching about unfreed asg state.
* Remove unused code for a RNG stack.Adam Borowski2013-10-061-3/+0
| | | | | Nothing uses it as a hash anymore; and if it did, you can have more than one RNG object at once.
* Adjust some whitespace and formatting.Adam Borowski2011-07-081-1/+2
|
* Swapped MT19937 for a 160-bit hybrid alternating step generatorBrendan Hickey2011-04-081-0/+19