R/RcppExports.R

Defines functions sample_int_expjs sample_int_expj sample_int_ccrank sample_int_crank

Documented in sample_int_ccrank sample_int_crank sample_int_expj sample_int_expjs

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#' @rdname sample_int
#' @export
sample_int_crank <- function(n, size, prob) {
    .Call(`_wrswoR_sample_int_crank`, n, size, prob)
}

#' @rdname sample_int
#' @export
sample_int_ccrank <- function(n, size, prob) {
    .Call(`_wrswoR_sample_int_ccrank`, n, size, prob)
}

#' @rdname sample_int
#' @export
sample_int_expj <- function(n, size, prob) {
    .Call(`_wrswoR_sample_int_expj`, n, size, prob)
}

#' @rdname sample_int
#' @export
sample_int_expjs <- function(n, size, prob) {
    .Call(`_wrswoR_sample_int_expjs`, n, size, prob)
}

Try the wrswoR package in your browser

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

wrswoR documentation built on July 27, 2020, 1:08 a.m.