ddradar/Choose Random Action
Choose one randomly from multiple user inputs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| contents | String choices you want to choose randomly | yes | — |
| weights | Set natural integer if you want to weight the choices. Make it the same length as the contents. By default, all content has equal weight. | no | — |
Outputs
| name | description |
|---|---|
| selected | Selected string in contents |