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!
댓글 수: 0
채택된 답변
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
댓글 수: 0
추가 답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!