R/rpgm.rnorm.R

Defines functions rpgm.rnorm

Documented in rpgm.rnorm

rpgm.rnorm <-
function(n, mean = 0, sd = 1, nthreads = 1L)
{
	.Call(.C_rn, n, mean, sd, nthreads)
}

Try the rpgm package in your browser

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

rpgm documentation built on March 18, 2018, 2:24 p.m.