Generators
Create a UUID as a record ID, a random password, random integers, a name from a list, or a spin-wheel winner. A UUID is an identifier. A password is a secret.
6 tools
Categories
Random picks
Random integers and the list picker use Web Crypto. The spin wheel and yes or no wheel are the same kind of fair pick with a canvas wheel.
IDs, passwords, and random
Random
Wheels
- Spin the Wheel One name per line. The winner is chosen with Web Crypto, then the wheel animates to that slice. This session counts wins per name. Reset restores the list and clears those scores.
- Yes or No Wheel Two slices, one spin. Yes is green, No is red. The answer is chosen with Web Crypto before the wheel moves. Session counts show how many times Yes and No came up. Reset clears those scores.