Unique Random Integer List
Version 1.0.0.0 (1,13 ko) par
Ibraheem Al-Dhamari
A simple function that produce unique random Integer List
Usage r=myrand(a,b)
a and b is the range, for example if we want to generate random integers between 370 and 55780 we call the function :
r=myrand(370,55780)
We can also limit the list as we need. for example if we want only 10 random integers between 370 and 55780 we use:
r10=r(1:10;
It is also useful for scrambling an array randomly.
Citation pour cette source
Ibraheem Al-Dhamari (2026). Unique Random Integer List (https://fr.mathworks.com/matlabcentral/fileexchange/27809-unique-random-integer-list), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2008a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
En savoir plus sur Random Number Generation dans Help Center et MATLAB Answers
Tags
Remerciements
A inspiré : Generate uniform pseudo-random integers from linear range.
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.0.0.0 |
