View source: R/randomNumbers.R
The randomNumbers
function returns a vector of numbers that are random
within some bandwidth. The count of all the numbers is equal to sumTo
,
which defaults to 1.
1 | randomNumbers(amount, sumTo = 1, seed)
|
amount |
The amount of numbers in the vector. |
sumTo |
When all numbers in the returned vector are sumemd, they sum up to sumTo. |
seed |
A seed when required. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.