R/TRNG.Version.R

Defines functions TRNG.Version

Documented in TRNG.Version

#' TRNG library version.
#'
#' Return the version of the TRNG C++ library embedded in the \code{rTRNG} package.
#'
#' @export
TRNG.Version <- function() {
  return("4.23.1")
}

Try the rTRNG package in your browser

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

rTRNG documentation built on March 18, 2022, 7:15 p.m.