I need to perform few tests where I use randn pseudo random number generator. How can I set the seed on my own, so every time I run this test I will get the sam
randn
mySeed=57; % an integer number rng(mySeed,'twister') %You can replace 'twister' with other generators