R/get_seed.R

Defines functions get_seed

get_seed <- function() {
  return(sample.int(.Machine$integer.max, 1))
}

Try the ordinalClust package in your browser

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

ordinalClust documentation built on Jan. 13, 2021, 8:43 a.m.