![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/176157/image.png)
Unseeded random noise in Simulink
6 views (last 30 days)
Show older comments
Hi, I'm wondering if there is a way to remove seeding from the white noise generator in Simulink. I have a Simulink model that I am running multiple times with external input from the workspace. The model itself contains some intrinsic noise that I would like to be different for each run. Is this possible? Thanks!
0 Comments
Accepted Answer
Jon Boerner
on 17 Oct 2014
You cannot remove the seed option, but you can use a random seed. For example:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/176157/image.png)
This should give you a different output every time you run the model.
2 Comments
Sean de Wolski
on 17 Oct 2014
Unless the rng is reset somewhere else in case rand(1) is deterministic.
Jon Boerner
on 17 Oct 2014
Sean is right. There are times this does not work, so it is worth double checking the output of this block in your model every once-in-a-while.
More Answers (0)
See Also
Categories
Find more on Sources in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!