About random number generators
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
ahmed abrous
le 22 Fév 2014
Réponse apportée : ahmed abrous
le 25 Fév 2014
Hi everyboby
I want to create a program on simulink which use a random number box but I have seen that its output is repeated at each step of the simulation. So how can I change the seed of this program to get the good result.
I use actually matlab 2010a, and I tried rng bgut not working.
Thank you.
0 commentaires
Réponse acceptée
Lucas García
le 22 Fév 2014
Although currently discouraged, you can use the former synthax for changing the seed with older MATLAB versions: http://www.mathworks.es/es/help/matlab/math/updating-your-random-number-generator-syntax.html
rand('seed', sd)
Plus de réponses (2)
Voir également
Catégories
En savoir plus sur Sources dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!