random_weighted_choice
Pick random item(s) with weighted probabilities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of choices to make | |
| items | Yes | Comma-separated items (e.g., 'red,green,blue') | |
| weights | Yes | Comma-separated weights (e.g., '50,30,20') |