x
(HT: @lemna).Change char2seed()
function and move old version of it to char2seed_v1()
. This does not affect codename()
, beyond the seed supplied for output.
codename_message()
to display package version in console. This may matter for future updates that alter the underlying data, which can change the output from a reproducible seed.variety_pack()
function for sampling the wares, with (optional) reproducible seed.animals
. This was a function of copy-pasting a list I found somewhere, which itself was just copy-pasted or scraped without a lot of inspection to the output.gods
. My bad.{codename}
will permit title case only for the Wu-Tang name generator component of this package.set.seed(NULL)
at the top line of codename()
. Basically, R’s set.seed()
is designed to be at the top-level of the script. It means if you run a seed once, the path is pre-determined afterward and the code name generation follows the same path.{pkgdown}
.