Multiple instances of randi in Stateflow generate same sequence of numbers
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello
I have multiple instances of randi function call in my chart and the problem is that randi produces exaclty same sequence of numbers everywhere
How to avoid this?
0 Kommentare
Antworten (1)
Sahithi Kanumarlapudi
am 29 Okt. 2019
'rng’ function can be used to control the random number generation.
Call this function before calling ‘randi’.
For more information in ‘rng’ refer to the following links
0 Kommentare
Siehe auch
Kategorien
Mehr zu Sources finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!