generate_random_float
Generate cryptographically secure random floating-point numbers within a specified range, count, and precision for reliable data simulations or applications.
Instructions
Generate cryptographically secure random floating-point numbers
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No | Number of random floats to generate | |
max | No | Maximum value (exclusive) | |
min | No | Minimum value (inclusive) | |
precision | No | Number of decimal places to round to |