Random number generator creates sequences of digits in a specific range or from a list
Number range can be from minus to plus 999,999,999
Numbers can be separated by space, comma or new line
The 0–1 number generator creates random integers in a given range. Only 2 possible values: 0 or 1. Perfect for coin tossing.
Each number from 0 to 1 has equal probability. The cryptographic Crypto.getRandomValues() API ensures true randomness. Zero-knowledge architecture — numbers never leave your device.
Client-side generation. Set the count, exclude duplicates, sort the result. The tool works offline after the page loads. Free, no registration required.
An intuitive interface lets you get results in seconds.
The range 0–1 is already set. The generator only creates numbers within these limits.
Specify how many numbers to generate — from 1 to 100. The tool adapts to your choice.
Click the button. The cryptographic algorithm creates random numbers in the 0–1 range.
Numbers appear instantly. You can copy them one by one or all at once.
Random numbers in a given range are a versatile tool.
Fair winner selection from the 0–1 range. Each number has equal chances.
Random numbers for games needing the 0–1 range. A replacement for dice and generators.
Random number examples for math lessons in the 0–1 range.
A random number from 0–1 for choosing an option, drawing lots, or determining order.
2 possible values — each has equal chances.
Every number is strictly within 0–1. No outliers outside the range.
Client-side generation. Numbers are never sent to the server. Complete privacy.
Each number is a clickable chip. Copy one by one or as a list.
Generate as many times as you want. The tool is completely free with no registration.
The range 0–1 includes all integers from 0 to 1 inclusive. 2 values total.
Yes, it uses Crypto.getRandomValues() — a cryptographic API that ensures true randomness.
By default, yes. To prevent repeats, enable the no duplicates option.
From 1 to 100 numbers per generation. With the no duplicates option enabled, no more than the count of numbers in the range.