
Plugged.in Random Number Generator
Generates cryptographically secure random numbers, strings, UUIDs, and other random data using Node.js crypto module. Provides 7 specialized tools for different types of secure random generation.
1363 views1Local (stdio)
What it does
- Generate cryptographically secure random integers within ranges
- Create random UUIDs (v4) for unique identifiers
- Generate random strings with customizable character sets
- Produce random bytes with configurable encoding
- Select random items from lists
- Generate random floats and booleans
Best for
Security applications needing cryptographic randomnessGenerating session tokens and API keysCreating unique identifiers for applicationsPassword and salt generation
Cryptographically secure using Node.js crypto module7 specialized random generation toolsOne-click installation via Claude Desktop
Tools (7)
generate_random_integer
Generate cryptographically secure random integers within a specified range
generate_random_float
Generate cryptographically secure random floating-point numbers
generate_random_bytes
Generate cryptographically secure random bytes
generate_uuid
Generate a cryptographically secure UUID (v4)
generate_random_string
Generate a cryptographically secure random string