summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/random.h
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-05-09 23:43:17 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-05-10 00:48:28 -0400
commit681a008b1ace2364411e7436ab9906223df6b2b3 (patch)
treef9ab4d51db36052002a71b2968ae84713b586b4f /crawl-ref/source/random.h
parent15795086a84177e00b5918a6ade13988c5ca60f8 (diff)
downloadcrawl-ref-681a008b1ace2364411e7436ab9906223df6b2b3.tar.gz
crawl-ref-681a008b1ace2364411e7436ab9906223df6b2b3.zip
Staticify (_random_real_avg)
Diffstat (limited to 'crawl-ref/source/random.h')
-rw-r--r--crawl-ref/source/random.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/random.h b/crawl-ref/source/random.h
index 794edf3be2..bb112f224e 100644
--- a/crawl-ref/source/random.h
+++ b/crawl-ref/source/random.h
@@ -22,7 +22,6 @@ int random_range(int low, int high, int nrolls);
uint32_t random_int();
double random_real();
double random_real_inc();
-double random_real_avg(int rolls);
double random_range_real(double low, double high, int nrolls = 1);
int random2avg(int max, int rolls);