changeset 12939:9f2679a14366

maint: Periodic merge of stable to default.
author Rik <octave@nomad.inbox5.com>
date Mon, 08 Aug 2011 21:31:55 -0700
parents 1eebae7ac5d2 (current diff) 70e9ffbc4c76 (diff)
children 3509cf60d1f6 b45d772bafbb
files scripts/sparse/svds.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/sparse/svds.m
+++ b/scripts/sparse/svds.m
@@ -251,8 +251,8 @@
 %! s = s(idx);
 %! u = u(:,idx);
 %! v = v(:,idx);
-%! randn ('state', 35);      % Initialize to make normest function reproducible
-%! rand ('state', 35)
+%! randn ('state', 42);      % Initialize to make normest function reproducible
+%! rand ('state', 42)
 %! opts.v0 = rand (2*n,1); % Initialize eigs ARPACK starting vector
 %!                         % to guarantee reproducible results
 %!test