changeset 11840:b160651f8a21 release-3-0-x

again, fix the diabolic line in randp.cc
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 17 Sep 2008 07:39:22 +0200
parents 3497833c876c
children 43fccbab412a
files src/DLD-FUNCTIONS/rand.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/rand.cc	Mon Sep 15 08:11:18 2008 +0200
+++ b/src/DLD-FUNCTIONS/rand.cc	Wed Sep 17 07:39:22 2008 +0200
@@ -951,7 +951,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-6)
 %!test
 %! if (__random_statistical_tests__)
 %!   % statistical tests may fail occasionally.