R/rand_utils.R

rand<-function(m,n) matrix(runif(m*n),m,n)
randn<-function(m,n) matrix(rnorm(m*n),m,n)

Try the dream package in your browser

Any scripts or data that you put into this service are public.

dream documentation built on May 2, 2019, 5:21 p.m.