summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/random-weight.h
Commit message (Expand)AuthorAgeFilesLines
* Make Doxygen @returns "@return" for consistancy.reaverb2014-06-051-2/+2
* Correct some doxygen blocks.Neil Moore2014-05-291-2/+2
* Document some functions and remove some des whitespacegammafunk2014-03-221-4/+13
* Correct return type of random_choose_weighted(FixedVector).Neil Moore2013-05-271-1/+1
* Use std namespace.Raphael Langella2012-08-261-1/+1
* Drop a bunch of parentheses from return statements.Adam Borowski2012-08-081-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-2/+2
* New skill training system.Raphael Langella2011-07-041-0/+26
* ... and check if it works.Adam Borowski2010-09-301-1/+0
* Was being passed choices via value, not referenceMatthew Cline2009-11-151-1/+1
* Document random_choose_weighted.Robert Vollmert2009-11-141-0/+6
* Implement weighted choice from array.Robert Vollmert2009-11-141-0/+22