R/randnum.R

Defines functions randnum

Documented in randnum

randnum <- function(){
  return(sample(100000:999999, 1))
}
nehaabraham/causalMGM documentation built on May 24, 2019, 6:11 a.m.