- `X = rand (N)`
- `X = rand (M, N, ...)`
- `X = rand ([M N ...])`

Devuelve una matriz con valores aleatorios distribuidos uniformemente en el
rango (0, 1).

Los argumentos se tratan de la misma manera que los argumentos del `eye`.

Véase también: `randn`, `rande`, `randg`, `randp`.

### Referencias

- https://www.mathworks.com/help/matlab/ref/rand.html
- https://octave.sourceforge.io/octave/function/rand.html
