R/rpgm.set.seed.R

Defines functions rpgm.set.seed

Documented in rpgm.set.seed

rpgm.set.seed <-
function(seed)
{
	cat("Not yet fully implemented\n")
	#.Call(.C_mt_set_seed, as.integer(seed))
}

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.