R/zzz.R

Defines functions .onUnload .onLoad

.onLoad <- function(lib, pkg) {
	library.dynam("rstream", pkg, lib)
	.rstream.init()
	.rstream.lecuyer.init()
	.rstream.mrg32k3a.init()
	.rstream.runif.init()
}

.onUnload <- function(libpath) {
	library.dynam.unload("rstream", libpath)
}

Try the rstream package in your browser

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

rstream documentation built on Oct. 19, 2022, 5:30 p.m.