R/randomize.R

Defines functions randomize

randomize <- function(x) {
  # randomize
  set.seed(seed = NULL)
  sample(x, 1)
}

randomise <- randomize
miraisolutions/godmode documentation built on Oct. 15, 2023, 8:59 p.m.