From 3c66767bda0dbd0a92ead7c2e2721614a9f82bbe Mon Sep 17 00:00:00 2001 From: matz Date: Sun, 4 Jan 2009 23:00:39 +0000 Subject: * random.c (rb_f_srand): update RDoc. [ruby-core:21113] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'random.c') diff --git a/random.c b/random.c index 912039a31c..484c1902fb 100644 --- a/random.c +++ b/random.c @@ -342,7 +342,7 @@ random_seed(void) * srand(number=0) => old_seed * * Seeds the pseudorandom number generator to the value of - * number.to_i.abs. If number is omitted + * number. If number is omitted * or zero, seeds the generator using a combination of the time, the * process id, and a sequence number. (This is also the behavior if * Kernel::rand is called without previously calling -- cgit v1.2.3