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")
}
miraisolutions/rTRNG documentation built on Feb. 4, 2024, 7:35 p.m.