generate_random_boolean
Generate cryptographically secure random boolean values with customizable counts and probability settings. Ideal for simulations, testing, and decision-making applications.
Instructions
Generate cryptographically secure random boolean values
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No | Number of random booleans to generate | |
probability | No | Probability of true (0.0 to 1.0) |