How to generate unique random integers between 1 to n (with no possibility of Sequence)

1 vue (au cours des 30 derniers jours)
Farman Ullah
Farman Ullah le 11 Juin 2021
Commenté : Farman Ullah le 11 Juin 2021
I have alread tryed randperm(5)
But unfortunately after try again and again at one stage it produced random numbers 1 2 3 4 5
how to resolve this problem.

Réponses (2)

Farman Ullah
Farman Ullah le 11 Juin 2021

James Tursa
James Tursa le 11 Juin 2021
Modifié(e) : James Tursa le 11 Juin 2021
If 1:n is the only sequence you don't want, just use randperm(n) and reject the one case you don't want. I.e., if you get it then re-generate another case.
  3 commentaires
James Tursa
James Tursa le 11 Juin 2021
Why isn't it a solution? Why can't you have logic to check and re-generate another?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Random Number Generation 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!

Translated by