changeset 10710:4669da47fe0d

Opps committed changeset for random generators in latest changeset that should have been in a seperate changeset. Add the ChangeLog messages for this
author David Bateman <dbateman@free.fr>
date Wed, 16 Jun 2010 23:45:13 +0200
parents 92a85ed5b86e
children fbd7843974fa
files liboctave/ChangeLog src/ChangeLog
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Wed Jun 16 23:27:58 2010 +0200
+++ b/liboctave/ChangeLog	Wed Jun 16 23:45:13 2010 +0200
@@ -1,3 +1,12 @@
+2010-06-16  David Bateman  <dbateman@free.fr>
+
+	* oct-rand.cc (void octave_rand:do_reset (void),
+	void octave_rand:do_reset (const std::string&)): New functions
+	* oct-rand.h (void octave_rand:do_reset (void),
+	void octave_rand:do_reset (const std::string&)): Declare them
+	(void octave_rand:reset (void),
+	void octave_rand:reset (const std::string&)): New functions.
+
 2010-06-16  Jaroslav Hajek  <highegg@gmail.com>
 
 	* CMatrix.cc (ComplexMatrix::lssolve (const ComplexMatrix&)):
--- a/src/ChangeLog	Wed Jun 16 23:27:58 2010 +0200
+++ b/src/ChangeLog	Wed Jun 16 23:45:13 2010 +0200
@@ -1,5 +1,8 @@
 2010-06-11  David Bateman  <dbateman@free.fr>
 
+	* DLD-FUNCTIONS/rand.cc : Add "reset" flag to reset the random
+	generators from the entropy pool.
+
 	* genprops.awk : Don't special case the color_property in the
 	factory default methods.