Update your browser or use a current version of Chrome, Edge, Firefox or Safari.
Generate secure random integers or decimals within a range, with unique and sorted output options.
Browser cryptographic random bytes are sampled without modulo bias across the selected discrete range.
Generate 10 unique integers from 1 through 100, then sort or copy them.
Batches are limited to 1,000 values and discrete ranges to 4,294,967,296 possibilities.
No. It uses the browser crypto.getRandomValues API.
Yes, when the selected range contains enough possible values.