summaryrefslogtreecommitdiffstats
path: root/rand.h
diff options
context:
space:
mode:
Diffstat (limited to 'rand.h')
-rw-r--r--rand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rand.h b/rand.h
index 9ff55396..2a1f164b 100644
--- a/rand.h
+++ b/rand.h
@@ -30,5 +30,5 @@ val make_random_state(val seed);
val random_state_p(val obj);
val random_fixnum(val state);
val random(val state, val modulus);
-val rand(val modulus, val state);
+val rnd(val modulus, val state);
void rand_init(void);