Hi,

In message "[ruby-talk:01055] Re: rand() / drand48()"
    on 00/01/06, Yukihiro Matsumoto <matz / netlab.co.jp> writes:

>Oops, I haven't noticed that.  You're right.  Here's the patch.

But your patch is not suitable because a random generator function
should return same series for each process unless an initializer was
explicitly called by a user.  It's a non-documented traditional
behavior of rand() family.  So, you should not initialize by a clock
value implicitly.

thanks

-- gotoken