Share:
Privacy: All processing runs locally in your browser. Nothing is uploaded to any server, so your data stays private and secure.
-
Frequently Asked Questions
Are the random numbers reliable?
All values use the browser's cryptographically secure random number generator (crypto.getRandomValues) — uniformly distributed and unpredictable.
Which tools are included?
Dice (4/6/10/20/100-sided), random numbers, random name picking, and UUID v4 batch generation.
Can the same item be picked twice?
Name picking is without replacement, so the same item is never picked twice.
Is data sent to a server?
No. All random values are generated locally in your browser.