summaryrefslogtreecommitdiff
path: root/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'random.c')
-rw-r--r--random.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/random.c b/random.c
index ebb4a60de0..0f7a379756 100644
--- a/random.c
+++ b/random.c
@@ -1321,6 +1321,13 @@ rb_reset_random_seed(void)
r->seed = INT2FIX(0);
}
+/*
+ * Document-class: Random
+ *
+ * The Random module contains module functions for producing pseudo-random
+ * numbers that meet certain requirements for randomness.
+ */
+
void
Init_Random(void)
{