What does the "seed" parameter in Uniform Random Number generator change in the block's behaviour?

2 次查看(过去 30 天)
Hello,
I don´t quite understand what does the "seed" parameter in Uniform Random Number generator change in block´s behaviour?
The help says:
" Specify the starting seed for the random number generator. The default is 0. The seed must be 0 or a positive integer. Output is repeatable for a given seed.".
Could someone tell me in other words what does this parameter do, because I don´t catch the idea of it...?
Thank you for any kind of help!

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2013-12-10
Every time you run your simulink model, for a constant seed, the block generate the same sequence of random numbers. If you want to get different sequences, change the seed

更多回答(1 个)

Ion
Ion 2013-12-11
Thanks,
now I got the idea!

类别

Help CenterFile Exchange 中查找有关 Sources 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by