runifint {lhs} | R Documentation |
Create a Random Sample of Uniform Integers
Description
Create a Random Sample of Uniform Integers
Usage
runifint(n = 1, min_int = 0, max_int = 1)
Arguments
n |
The number of samples |
min_int |
the minimum integer |
max_int |
the maximum integer |
Value
the sample sample of size n
[Package lhs version 1.2.0 Index]