[#1026] Is this a bug? — Dave Thomas <Dave@...>

18 messages 2000/01/03

[#1084] Infinite loop — Dave Thomas <Dave@...>

17 messages 2000/01/11

[#1104] The value of while... — Dave Thomas <Dave@...>

24 messages 2000/01/11

[ruby-talk:01068] Re: rand() / drand48()

From: gotoken@... (GOTO Kentaro)
Date: 2000-01-08 04:24:33 UTC
List: ruby-talk #1068
Hi,

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

>  * Perl seems to give up this behavior.  Does Ruby really need this
>    behavoir?

No.  Well, I've thought again, then I can accept the behavoir like
Perl's rand now because we have a Kernel function srand. 

But such behavoir makes people to misunderstand that a series of the
first rand value makes a random sequences as good as a rand sequence
is.

thanks

-- gotoken

In This Thread