R/defaultKind.R

Defines functions defaultKind

Documented in defaultKind

#' Default TRNG kind.
#'
#' Return the name of the default TRNG random number engine.
#'
#' @export
defaultKind <- function() {
  "yarn2"
}

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.