summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/random.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-10-06 21:29:24 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-10-06 21:55:02 +0200
commit2ee1d2ac89c09e40edf0083d33d59022267ea7ca (patch)
treee647390a55e20e771a046ee918450eacb65cc965 /crawl-ref/source/random.h
parent87bc3525b301aa6900527fe9d44f147858bbc321 (diff)
downloadcrawl-ref-2ee1d2ac89c09e40edf0083d33d59022267ea7ca.tar.gz
crawl-ref-2ee1d2ac89c09e40edf0083d33d59022267ea7ca.zip
s/random3/ui_random/
Blame SamB for the name! It's all his fault.
Diffstat (limited to 'crawl-ref/source/random.h')
-rw-r--r--crawl-ref/source/random.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/random.h b/crawl-ref/source/random.h
index d4cf2f80e1..471b43d974 100644
--- a/crawl-ref/source/random.h
+++ b/crawl-ref/source/random.h
@@ -34,7 +34,7 @@ bool bernoulli(double n_trials, double trial_prob);
int fuzz_value(int val, int lowfuzz, int highfuzz, int naverage = 2);
int roll_dice(int num, int size);
-int random3(int max);
+int ui_random(int max);
/**
* Chooses one of the numbers passed in at random. The list of numbers