まつもと ゆきひろです
In message "[ruby-list:8880] Re: english manual 1.1c - rand"
on 98/07/27, Kikutani Makoto <kikutani / sprintmail.com> writes:
|実は man perlfunc のパクりだったりします。
ふむふむ.以下のようにしてみました
rand(max) Returns a random integer number greater or
equal to 0 and less than the value of max.
(max should be positive.) This function
produces repeatable sequences unless srand
is invoked.