tahoma2d/thirdparty/superlu/SuperLU_4.1/MATLAB/resetrandoms.m

11 lines
285 B
Mathematica
Raw Normal View History

2016-03-24 05:25:36 +13:00
function resetrandoms
% RESETRANDOMS : Initialize random number generators for repeatability.
%
% John Gilbert, 1994.
% Copyright (c) 1990-1995 by Xerox Corporation. All rights reserved.
% HELP COPYRIGHT for complete copyright and licensing notice.
rand('seed',0);
randn('seed',0);