math_random_number_generator
Generate cryptographically secure random numbers: integers, floats, booleans, UUIDs, hex strings, and base64 bytes, using CSPRNG via crypto.getRandomValues for reliable randomness.
Instructions
Menu ID: random_number_generator. Random Number Generator. Cryptographically secure random number generator: integers, floats, booleans, UUIDs (v4 + v7), hex strings, and base64 bytes. CSPRNG via crypto.getRandomValues — never Math.random. Use describe_tool with tool_id "random_number_generator" for full page guidance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | ||
| min | Yes | ||
| max | Yes | ||
| count | Yes | ||
| inclusive | Yes |