rdunif | R Documentation |
This function was deprecated in purrr 1.0.0 because it's not related to the core purpose of purrr.
rdunif(n, b, a = 1)
n |
Number of samples to draw. |
a, b |
Range of the distribution (inclusive). |
table(rdunif(1e3, 10))
table(rdunif(1e3, 10, -5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.