R/rbernou.R

Defines functions rbernou

Documented in rbernou

rbernou <-
function(n, prob = 0.5)
{
	.Call(.C_rb, n, prob)
}

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.