Generators Tools
QR codes, random numbers, names, teams and a wheel spinner.
Fun and practical generators. Create QR codes, roll random numbers within any range, generate random names and split a list into balanced teams, plus a wheel spinner for fair decisions.
All tools
QR Code Generator
Create a downloadable QR code for any URL or text, with colors and size.
Password Generator
Create strong, random passwords with adjustable length and character sets.
Lorem Ipsum Generator
Generate placeholder paragraphs, sentences or words for mockups.
Random Number Generator
Roll any number of random integers within a range, with or without repeats.
Random Name Generator
Generate random realistic names for characters, brands and tests.
Team Splitter
Split a list of names into balanced random teams.
UUID Generator
Generate RFC 4122 version 4 UUIDs, one or many at a time.
Wheel Spinner
Spin a customizable wheel to make a fair random decision.
8 tools · updated continuously
How these tools work
Fun and practical generators. Create QR codes, roll random numbers within any range, generate random names and split a list into balanced teams, plus a wheel spinner for fair decisions. Every tool in this category publishes its formula, worked example and assumptions so you can verify the result yourself.
Frequently asked questions
Are the random numbers truly random?
Random numbers use the browser's cryptographic random generator (crypto.getRandomValues), which is designed for unbiased, unpredictable values.
Is the QR code generator free to use?
Yes, and it runs entirely in your browser. Your data is never uploaded to a server.
How are teams balanced?
Names are assigned round-robin to each team in random order, so teams end up as equal in size as possible when the count divides evenly.