Randomize
Undo

This is a web application that randomly sorts multiple items in a list. Items in the list can be names, raffles, ID or numbers. Enter one item per line, in other words, there is only one item per line. Then click the button to shuffle the ordering. All data is operated on the browser side. Results are editable.

Using random sort in Excel is difficult, and it's a good idea to use it here instead. Just copy and paste all the data in Excel here, and then sort them randomly.

This application uses a more randomized crypto function ( crypto.getRandomValues ) instead of a common built-in random function ( Math.random ). Please follow the local laws and the user is responsible for any violations. This page is provided "as is", without warranty of any kind, express or implied.