1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix rdoc. see r26808

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2010-04-03 14:57:20 +00:00
parent 8587c246e9
commit 88a4bf912d

View file

@ -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.