Nothing
#' @template template-rdist
#' @templateVar distTitle Poisson
#' @templateVar distDesc Poisson
#' @templateVar rdist rpois
#' @templateVar n n
#' @templateVar distparam lambda
#' @example man-roxygen/example-rpois_trng.R
#' @export
rpois_trng <- function(n, lambda,
engine = NULL, parallelGrain = 0L) {
if (is.null(engine)) {
engine <- getCurrentEngine()
}
x <- C_rpois_trng(n, lambda, engine, parallelGrain)
return(x)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.