R

Random Number Generator

1-Click Ready

Provides random number generation utilities including pseudorandom and cryptographically secure oper...

160 views
1 installs
Updated Nov 21, 2025
Audited
Provides random number generation utilities including pseudorandom and cryptographically secure operations for integers, floats, weighted selections, list shuffling, and secure token generation.

Tools

random_int

Generate a random integer between low and high (inclusive). Args: low: Lower bound (inclusive) high: Upper bound (inclusive) Returns: Random integer between low and high

random_float

Generate a random float between low and high. Args: low: Lower bound (default 0.0) high: Upper bound (default 1.0) Returns: Random float between low and high

random_choices

Choose k items from population with replacement, optionally weighted. Args: population: List of items to choose from k: Number of items to choose (default 1) weights: Optional weights for...

random_shuffle

Return a new list with items in random order. Args: items: List of items to shuffle Returns: New list with items in random order

random_sample

Choose k unique items from population without replacement. Args: population: List of items to choose from k: Number of items to choose Returns: List of k unique chosen items

Quick Start

View on GitHub

More for Security

View All →

More for Developer Tools

View All →

Similar MCP Servers

P

Plugged.in Random Number Generator

Provides cryptographically secure random number generation with seven specialized tools for integers, floats, bytes, UUIDs, strings, random choices, and booleans using Node.js's crypto module for security-sensitive applications like key generation, session tokens, and password creation.

Security Developer Tools
R

Random Generation

Provides diverse random generation utilities including UUIDs, numbers, strings, passwords, and more.

Developer Tools
R

Random.org

Integrates with Random.org's API to generate cryptographically secure random data using atmospheric noise for applications requiring true randomness like cryptographic key generation, statistical sampling, and security testing.

API Development
188
0

Report Issue

Thank you! Your issue report has been submitted successfully.