Random integers
Pick numbers from your range without a server deciding them.
Generate up to 1,000 bounded integers using the browser cryptographic random source, with rejection sampling and optional no-repeat output.
Is this suitable for a raffle?
The generator uses a strong local random source, but a public drawing may also require transparent rules, an auditable seed or procedure, and independent observation. This page does not record or certify the selection process.