Documentation

Everything you need to know about generating infinite creativity with random numbers, colors, and words.

Getting Started

Welcome to the Make Me Random documentation! Explore our tools for generating random values that power creativity. All tools are browser-based with instant results.

First Steps

  1. Select a category from Colors, Numbers, or Words
  2. Customize parameters like quantity or length
  3. Generate and explore new combinations instantly
Learn about all features →

API Reference

Our full API exposes programmatic access to our random generation tools. Perfect for developers integrating our system into their projects.

GET /api/generate

curl https://make.me.random/api/generate
    -H "Authorization: Bearer YOUR_API_TOKEN"
    -d "{'type': 'color', 'format': 'hex', 'count': 5}"
                        

Parameters

  • type - color, number, word
  • format - hex, rgb (colors only)
  • count - 1-100 items

Authentication

Requires Bearer Token - Apply for API access

Customization

Control the randomness to match your creative process. Fine tune parameters for colors, numbers, and words.

Color Customization

Control hue range (e.g., monochromatic schemes), brightness/contrast ratios, or specific color models like HSL/RGB.

Number Sequences

Generate arithmetic progressions, Fibonacci patterns, or constrained ranges with custom increments.

Word Generation

Filter by word length, theme, part of speech, or create word pairs/sentences using our language models.

Randomness Engine

Adjust entropy levels, seeding options, and random walk patterns for advanced use cases.

FAQ

Frequently asked questions and troubleshooting tips for our creative chaos engine.

Can I export my results?

Yes! Every result can be copied, downloaded, or shared directly. Colors support HEX/RGB/HSB copying.

How many items can I generate?

Standard users can generate up to 100 items per batch. API users can generate up to 500 via the programmatic interface.

Can I save my favorite combinations?

Yes! Save to your account for reuse or share with the "Share Randomness" feature in your profile.