Effacer les filtres
Effacer les filtres

In which Matlab version was rng() introduced?

1 vue (au cours des 30 derniers jours)
Johannes Pfeifer
Johannes Pfeifer le 31 Jan 2020
Réponse apportée : Adam le 31 Jan 2020
The old syntax to set the seed of a random number generator like
randn('state',1)
is discouraged. Instead, it is recommended to use
rng(1);
However, as far as I know, older versions of Matlab did not yet have that functionality. But in contrast to other functions, the documentation https://mathworks.com/help/matlab/ref/rng.html does not mention in which version the current functionality was introduced.

Réponse acceptée

Adam
Adam le 31 Jan 2020

Plus de réponses (0)

Catégories

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

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by