Shuffle Lines
Randomly shuffle the lines of a list β randomize names, tasks, playlists, or test data.
Runs locally in your browser. Your input is not uploaded.
How to Use
- 1
Paste your list
One item per line β names, songs, tasks.
- 2
Get a random order
The list is shuffled with a cryptographically fair algorithm.
- 3
Copy the shuffled list
Use it for raffles, random assignment, or test ordering.
Frequently Asked Questions
- It uses the Fisher-Yates algorithm seeded by your browser's crypto random generator β every permutation is equally likely, unlike naive sort-by-random approaches.
Related Tools
Markdown PreviewLive Markdown editor with real-time HTML previewMarkdown to HTMLConvert Markdown to production-ready HTMLHTML to MarkdownConvert HTML pages to Markdown formatWord CounterCount words, characters, sentences, and reading timeText Diff CheckerCompare two texts and highlight differences line-by-lineText Case ConverterConvert to uppercase, lowercase, title case, and moreText CleanerRemove extra spaces, special characters, and whitespace noiseRemove DuplicatesDeduplicate lines from lists, logs, or any text