changeset 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
files scripts/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Thu Feb 22 18:22:24 2007 +0000
+++ b/scripts/ChangeLog	Thu Feb 22 18:23:58 2007 +0000
@@ -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>