runif_replace | R Documentation |
Generate n
random numbers following a uniform distribution
between min
and max
. The values in ref
can be chosen or not,
according to original
.
runif_replace(n, min, max, original, ref)
n |
an integer with the amount of random numbers to generate. |
min |
a double with the lower limit of the distribution. |
max |
a double with the upper limit of the distribution. |
original |
a boolean indicating if the values in |
ref |
a double vector with |
A double vector with the numbers generated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.