๐ฐ
Utilities
Number Picker
Pick random numbers without repetition between a minimum and maximum. Ideal for lotteries, raffles and random selections.
How does the draw work?
Numbers are drawn without repetition using the Fisher-Yates shuffle algorithm: all numbers in the range are generated and randomly shuffled, returning the first N.
The draw happens entirely in your browser, using Math.random().
Related Tools
๐
Word Counter
Count words, characters with and without spaces, and paragraphs in real time. Ideal for writers, students and anyone working with text.
#๏ธโฃ
MD5 Hash Generator
Generate the MD5 hash of any text online โ 32 hexadecimal characters calculated in the browser, no data sent to any server.
๐
SHA-256 Hash Generator
Generate the SHA-256 hash of any text using the native Web Crypto API. 64-character hex hash, processed locally in your browser.