summaryrefslogtreecommitdiff
path: root/random.c
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-03 14:57:20 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-03 14:57:20 +0000
commit88a4bf912dedc7e4dad244022cfd9879fc93c59b (patch)
tree5a181e49082fbd74029fe1fa8f676751adf2d00b /random.c
parent8587c246e90f8a86b9fce5854ff8a2dc905abf91 (diff)
fix rdoc. see r26808
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'random.c')
-rw-r--r--random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/random.c b/random.c
index 6efefe6232..02d081c51f 100644
--- a/random.c
+++ b/random.c
@@ -424,7 +424,7 @@ rand_init(struct MT *mt, VALUE vseed)
*
* Creates new Mersenne Twister based pseudorandom number generator with
* seed. When the argument seed is omitted, the generator is initialized
- * with Random.seed.
+ * with Random.new_seed.
*
* The argument seed is used to ensure repeatable sequences of random numbers
* between different runs of the program.