R/random.R

Defines functions is.random

Documented in is.random

#' @export
is.random <- function(x) {
  return(! is.constant(x))
}
jsta/rv documentation built on Feb. 12, 2022, 5:13 p.m.