Truly Random Selection
Uses a well-seeded random algorithm for fair, unpredictable picks — not a simple modulo bias.
500+ fast, free tools. Most run in your browser only; Image & PDF tools upload files to the backend when you run them.
Pick one or many random lines from text
Choosing a random item from a list should not require writing a script or opening a spreadsheet. Random Line Picker lets you paste any list of items — one per line — and instantly draws one or more random lines from it. The picker uses a cryptographically seeded random number generator for fair, unpredictable selection. You can configure how many lines to pick, whether to allow picking the same line more than once (sampling with or without replacement), and whether to shuffle the entire input. Practical uses range from selecting a random winner from a list of competition entries, to picking a random task from a backlog, to drawing a random word for a word game, to choosing a random test case from a suite.
Uses a well-seeded random algorithm for fair, unpredictable picks — not a simple modulo bias.
Draw 1 to N lines in a single operation rather than clicking repeatedly for each pick.
Choose whether the same line can be selected twice (with replacement) or only once (without).
Works on lists from 2 items to thousands — all processed instantly in the browser.
Click Pick again for a completely fresh random selection without re-pasting your list.
Selected lines appear in the output with a single-click copy button.
Input: Alice Bob Carol Dave Eve
Output: Carol (randomly selected — result varies each pick)
Input: Task 1 Task 2 Task 3 Task 4
Output: Task 3 Task 1 Task 4 Task 2 (full random permutation)