| rand | R Documentation | 
Generate random samples from a uniform distribution [0,1] and return in matrix form
rand(dim1, dim2 = NULL)
| dim1 | The dimension of the matrix (if square), otherwise the number of rows. | 
| dim2 | The number of columns, if different from the number of rows. | 
Matrix of random generated samples.
Other MATLAB: 
cell(),
diag_matlab(),
feval(),
fileparts(),
isempty(),
ones(),
randn(),
size(),
tic(),
toc(),
zeros()
rand(2,3)
rand(5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.