Mercurial > hg > octave-nkf
diff scripts/ChangeLog @ 6340:6d7b7c7cad61
[project @ 2007-02-22 18:23:58 by dbateman]
author | dbateman |
---|---|
date | Thu, 22 Feb 2007 18:23:58 +0000 |
parents | 20c48710b2c7 |
children | 1c4363c98387 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,5 +1,11 @@ 2007-02-22 David Bateman <dbateman@free.fr> + * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, + statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, + statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, + statistics/distributions/betarnd.m: Convert to use randg, rande + and randp to accelerate. + * pkg/pkg.m (fix_depends): Support > and < operators as well. 2007-02-22 John W. Eaton <jwe@octave.org>