R/runifint.r
runifint.Rd
Create a Random Sample of Uniform Integers
runifint(n = 1, min_int = 0, max_int = 1)
The number of samples
the minimum integer x >= min_int
x >= min_int
the maximum integer x <= max_int
x <= max_int
the sample sample of size n
n