We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In src/visitor.js line382
src/visitor.js
The text was updated successfully, but these errors were encountered:
no-repeat should be the default for choices -- to allow repeat add a new reps() transform to allow repeats (pure random)
Sorry, something went wrong.
implement #63
4d6364c
this causes problems for weighted choices where the user WANTS the output with higher weight to repeat. Options:
Note that this is implemented in the 'default-choice-random' branches in all 3 repos
work on #63
8ce9504
fix to #63
8c19461
dhowe
No branches or pull requests
In
src/visitor.js
line382The text was updated successfully, but these errors were encountered: