octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 3.0.3 release candidate


From: Thomas Weber
Subject: Re: 3.0.3 release candidate
Date: Sat, 27 Sep 2008 09:22:41 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Hi, 

On Sat, Sep 27, 2008 at 01:32:57PM +0900, Tatsuro MATSUOKA wrote:
> Hello
> 
> --- Jaroslav Hajek <address@hidden> wrote:
> > the release candidate tarballs for octave 3.0.3 can be found at
> > http://artax.karlin.mff.cuni.cz/~hajej2am/ulozna/octave/
> > Anyone is welcome to build and report results.
> 
> I have tested on mingw and propose two changeset.
> 
> 
> *********
> --- a/src/DLD-FUNCTIONS/rand.cc Mon Aug 04 22:32:47 2008 -0400 
> +++ b/src/DLD-FUNCTIONS/rand.cc Fri Aug 08 16:11:07 2008 +0900 
> @@ -950,7 +950,7 @@ 
>  %!test 
>  %! % Test fixed state 
>  %! randp("seed",1); 
> -%! assert(randp(1e9,1,6),[1000006208 1000012224 999981120 999963520 
> 999963072 999981440],1e-6) 
> +%! assert(randp(1e9,1,6),[1000006208 1000012224 999981120 999963520 
> 999963072 999981440],1e+2) 

That's going from 0.000001 to 100. What's the output of the randp
command?

        Thomas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]