rnorm(n, mean = 0, sd = 1) 正态分布
rexp(n, rate = 1) 指数
rgamma(n, shape, rate = 1, scale = 1/rate) r 分布
rpois(n, lambda) 泊松
rt(n, df, ncp) t 分布
rf(n, df1, df2, ncp) f 分布
rchisq(n, df, ncp=0) 卡方分布
rbinom(n,size,prob) 二项
rweibull(n,shape,scale=1) weibull 分布
rbata(n,shape1,shape2) bata 分布
够用了没有?