powered by
Imitates the behavior of rand() on Matlab
rand()
rand(r = 1, c = 1)
\(r \times c\) matrix with random trials from a standard uniform distribution.
number of rows of output matrix
number of columns of output matrix
rand() rand(3, 2)
Run the code above in your browser using DataLab