seek_seeds_number | R Documentation |
Iterate over a vector of seeds to find a magic number for your number of choice.
seek_seeds_number(.seeds, .number, .progress = FALSE)
.seeds |
vector of seeds to iterate over, e. g. 0:1e5 |
.number |
number of choice that you want to find a magic number for |
.progress |
Show progress bar (TRUE) or not (FALSE) |
Currently no useful return value. In case of success, calculation stops, the magic number (seed) is displayed in the console.
seek_seeds_number(0:1e3, "2023")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.