R/RcppExports.R

Defines functions qloop_qq qloop_numeric

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

qloop_numeric <- function(times, service, n_servers) {
    .Call(`_queuecomputer_qloop_numeric`, times, service, n_servers)
}

qloop_qq <- function(times, service, x, y) {
    .Call(`_queuecomputer_qloop_qq`, times, service, x, y)
}

Try the queuecomputer package in your browser

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

queuecomputer documentation built on Nov. 16, 2022, 1:07 a.m.