Effacer les filtres
Effacer les filtres

Control random number generation

1 vue (au cours des 30 derniers jours)
Yro
Yro le 28 Mai 2021
Réponse apportée : Rik le 28 Mai 2021
I have a question about the rng(seed) (random number generator) function. I have a code with which I call several functions in which random numbers are generated. In these functions is also used the seed that I defined in the main file?
Thanks in advance.

Réponse acceptée

Rik
Rik le 28 Mai 2021
Slightly depending on what you mean: yes.
The random number generation has a global state, so it doesn't matter if the call is nested in a function or not.

Plus de réponses (0)

Catégories

En savoir plus sur Random Number Generation dans Help Center et File Exchange

Produits


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by