Random Number Generator
Generate random numbers within any range.
Paste any list of numbers — separated by commas, spaces, or newlines — and sort them ascending or descending in one click. Supports integers, decimals, and negative numbers. Optional duplicate removal included.
Order
Separator
Sorting a list of numbers is a frequent task in data analysis, spreadsheet cleanup, and programming. This tool handles the common case where you have a raw list — from a CSV export, log file, or code output — and need it ordered quickly without opening a spreadsheet or writing a script. It parses any reasonable delimiter, performs a proper numeric sort (not lexicographic), and lets you copy the sorted result to paste wherever you need it.