# HG changeset patch # User Jaroslav Hajek # Date 1221629962 -7200 # Node ID b160651f8a21f886d3352a56330ea15ad1015cd0 # Parent 3497833c876cdd0e62dba8391470b1e7f3f73c92 again, fix the diabolic line in randp.cc diff --git a/src/DLD-FUNCTIONS/rand.cc b/src/DLD-FUNCTIONS/rand.cc --- a/src/DLD-FUNCTIONS/rand.cc +++ b/src/DLD-FUNCTIONS/rand.cc @@ -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.