Random tools

Generate values where randomness matters, such as passwords, using browser security APIs without sending input or results to a server.

Random generators

Random

Password Generator — Secure Random Password

Generate secure random passwords and passphrases with length, character types, exclusions, and count options.

Random

Random Number Generator — Browser Random Tool

generates a random integer inside a chosen range. Results are generated in your browser.

Random

Passphrase Generator — Browser Random Tool

generates a memorable multi-word passphrase. Results are generated in your browser.

Random

Random String Generator — Browser Random Tool

generates a random string with a chosen length. Results are generated in your browser.

Random

Random Name Generator — Browser Random Tool

combines a random test name. Results are generated in your browser.

Random

Random Nickname Generator — Browser Random Tool

combines a random adjective and noun nickname. Results are generated in your browser.

Random

Random Team Generator — Browser Random Tool

randomly assigns a list of names into teams. Results are generated in your browser.

Random

Roulette Picker — Browser Random Tool

randomly picks one option from a list. Results are generated in your browser.

Random

Draw Lots — Browser Random Tool

shuffles a list into a random draw order. Results are generated in your browser.

Random

ULID Generator — Browser Random Tool

generates a time-sortable ULID string. Results are generated in your browser.

Random

Nano ID Generator — Browser Random Tool

generates a short URL-friendly unique ID. Results are generated in your browser.

Random

Coin Flip — Browser Random Tool

randomly selects heads or tails. Results are generated in your browser.

Random

Dice Roller — Browser Random Tool

generates a random die value from 1 to 6. Results are generated in your browser.

Random

Dummy Person Generator — Browser Random Tool

generates fake person data for testing. Results are generated in your browser.

Random

Dummy JSON Generator — Browser Random Tool

generates dummy JSON objects for testing. Results are generated in your browser.

Random

Tournament Bracket Generator — Random Generator

generates tournament brackets from names.

Random

Seat Assignment Generator — Random Generator

randomly assigns classroom seats.

Random

Bus Seat Assignment — Random Generator

randomly assigns bus seats.

Random

Rock Paper Scissors — Random Generator

generates rock-paper-scissors results.

Random

Fortune Cookie — Random Generator

generates short fortune-cookie messages.

Random

Lotto Number Generator with Fixed and Excluded Numbers — Browser Everyday Tool

generates lottery number sets from 1 to 45 with fixed and excluded numbers. Input is processed only in your browser.

Random

Name Initial and Nickname Combiner — Browser Everyday Tool

combines nickname candidates from a name or initials. Input is processed only in your browser.

Random

Love Calculator — Compatibility Score from Two Names

Enter two names to get a deterministic hash-based 0-100% love score with a fun comment. The same pair always gets the same score. Entertainment only.

Random

Korean Name Compatibility Test — Traditional Stroke Count Game

A traditional Korean playground game: interleave two Hangul names, count the strokes of each character, and add neighboring digits until a two-digit score remains.

FAQ

Where is the password generated?

It is generated in the browser and the result is not sent to a server.

How long should a strong password be?

Use at least 12 characters, ideally 16 or more, with multiple character types.

Are draw results fair?

The tools use the browser cryptographic RNG (crypto.getRandomValues) to produce unpredictable results.

Do identical settings produce identical results?

No. Fresh random values are used on every run, so each run produces different output.