Generate uniform pseudo-random integers from linear range.
RAND_INT(R,N) returns an n-by-n matrix containing pseudo-random integer values from range R.
Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
Citation pour cette source
DS (2026). Generate uniform pseudo-random integers from linear range. (https://fr.mathworks.com/matlabcentral/fileexchange/35324-generate-uniform-pseudo-random-integers-from-linear-range), MATLAB Central File Exchange. Extrait(e) le .
Informations générales
- Version (1,44 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.4.0 | Modified code included as detailed in previous update. |
||
| 1.3.0 | Added a check for imaginary and non-integer range specifications. Thanks to Travis B for pointing out this edge-case behavior. |
||
| 1.2.0 | Fixed help format to accommodate LOOKFOR queries. |
||
| 1.1.0 | Thanks to Jan Simon for suggesting the use of numel instead of abusing the size function (see comments). |
||
| 1.0.0 |