runifint | R Documentation |
Create a Random Sample of Uniform Integers
runifint(n = 1, min_int = 0, max_int = 1)
n |
The number of samples |
min_int |
the minimum integer |
max_int |
the maximum integer |
the sample sample of size n
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.