# HG changeset patch # User Rik # Date 1312736294 25200 # Node ID 5d79384e3a1d7daa38c5020a64060e50e4eecaca # Parent f9c1f7c1ead0323b2749e102d90bb95dbf1cbe2a svds.m: Use initialization seed of 43 to have working tests on Cygwin platform. * svds.m: Use initialization seed of 43 for tests. diff --git a/scripts/sparse/svds.m b/scripts/sparse/svds.m --- a/scripts/sparse/svds.m +++ b/scripts/sparse/svds.m @@ -249,8 +249,8 @@ %! s = s(idx); %! u = u(:,idx); %! v = v(:,idx); -%! randn('state',42); % Initialize to make normest function reproducible -%! rand('state',42) +%! randn ('state', 43); % Initialize to make normest function reproducible +%! rand ('state', 43) %! opts.v0 = rand (2*n,1); % Initialize eigs ARPACK starting vector %! % to guarantee reproducible results %!test