generate_random_float
Generate cryptographically secure random floating-point numbers within a specified range and precision. Customize output by setting minimum, maximum, count, and decimal places.
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 |