rdunif
From purrr v0.2.2.2
by Lionel Henry
Generate random samples from a discrete uniform distribution
Generate random samples from a discrete uniform distribution
Usage
rdunif(n, b, a = 1)
Arguments
- n
Number of samples to draw.
- a, b
Range of the distribution (inclusive).
Examples
# NOT RUN {
table(rdunif(1e3, 10))
# }
Community examples
Looks like there are no examples yet.