R/seedFunDefault.R

Defines functions seedFunDefault

##' @keywords internal

seedFunDefault <- function(n,val.max=2147483647){
    round(runif(n=n)*val.max)
}

Try the NMsim package in your browser

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

NMsim documentation built on Nov. 2, 2024, 9:06 a.m.