View source: R/distributional_uncertainty.R
drunif | R Documentation |
Distributional random number generation (equivalent to runif)
drunif(d_seed, min = 0, max = 1)
d_seed |
A distributional seed as returned by distributional_seed() |
min |
lower limit of the unperturbed uniform distribution |
max |
upper limit of the unperturbed uniform distribution |
d_seed <- distributional_seed(1000,10) drunif(d_seed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.