3.0.3 release candidate

Thomas Weber thomas.weber.mail at gmail.com
Sat Sep 27 02:22:41 CDT 2008


Hi, 

On Sat, Sep 27, 2008 at 01:32:57PM +0900, Tatsuro MATSUOKA wrote:
> Hello
> 
> --- Jaroslav Hajek <highegg at gmail.com> 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



More information about the Octave-maintainers mailing list