MATLAB: How to set a seed to generate different random initial numbers and storing them

initial conditionMATLABseed

for kk = 1 : Iter
xD = rand(N,1)*2*pi; % Init Cond. Driver
end

Best Answer

Maybe the FileExchange contribution RNGMgr will be helpful.