Source




Standard Javascript pseudorandom number generator. Not seedable.
A decent PRNG with 32-bit output and 128-bit internal state. Can be seeded to replay the same sequence again. Seed values not specified will be set from `Math.random`. Click "reseed" to start its sequence over.
Cryptographically strong pseudorandom data. Generated completely client-side.
Number
Integers are generated between the min and max inclusive. Decimal numbers are generated between the min inclusive and max exclusive.
Dice
Pick a Card
Passwords
Specify minimum and maximum numbers of each class of characters. "Symbols" are chosen from those in the last field.
⚠️ Secure random source recommended
UUID
Generates randomized UUIDs (ver 4, var 1)
⚠️ Secure random source recommended
Bytes