🎲
Random Number Generator
Random integers in a range, unique or with repeats
Notes
- ·Uses the browser's cryptographic random generator (Web Crypto API), not Math.random.
- ·Rejection sampling guarantees every integer in the range has exactly the same probability.
- ·Results are generated on this page only and are never sent to a server.
Advertisement
Advertisement