generate_random_choice
Select random items from a list with cryptographically secure randomness. Define the number of choices and allow duplicates for customizable, unbiased results.
Instructions
Randomly select items from a given list using cryptographically secure randomness
Input Schema
Name | Required | Description | Default |
---|---|---|---|
allow_duplicates | No | Whether to allow duplicate selections | |
choices | Yes | Array of items to choose from | |
count | No | Number of items to select |