rand | R Documentation |
Imitates the behavior of rand()
on Matlab
rand(r = 1, c = 1)
r |
number of rows of output matrix |
c |
number of columns of output matrix |
r \times c matrix with random trials from a standard uniform distribution.
rand() rand(3, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.