R/util.R

# generate a random 8-digit hexadecimal string
rhex <- function() {
  paste(as.raw(sample.int(256L, 4, TRUE) - 1L), collapse = "")
}
DavisVaughan/nodegraph documentation built on May 21, 2019, 10:15 a.m.