This is a super simple browser-based application that generates random lists of random lengths with random items. You can create lists with items made out of random numbers, random uppercase and lowercase letters, and/or custom characters. You can specify a variable-length item count for the list, as well as use random list item separator characters. Created by list geeks from team Browserling.
This is a super simple browser-based application that generates random lists of random lengths with random items. You can create lists with items made out of random numbers, random uppercase and lowercase letters, and/or custom characters. You can specify a variable-length item count for the list, as well as use random list item separator characters. Created by list geeks from team Browserling.
This online utility creates a list that contains random items. The number of items in the list (its length) can be either a fixed value or a random value. In the options, you can specify the range for the number of items in the list. For example, if you enter the range from 9 to 12 items, then the randomly generated list will contain either 9, 10, 11, or 12 items. If you want to fix the length of the list, use the same number for the start and end values of the range. For example, the range "10 to 10" will generate a list with exactly 10 random items. You can also specify what items the list will be composed of. In particular, you can fill the list with random numbers (both negative and positive), random letters (both uppercase and lowercase), and individual random symbols (both ASCII and Unicode). Each of these choices has a checkbox that lets you enable it and a range that defines the length of the item. For the random numbers, you can enter the minimum range value and the maximum range value. For example, the range -50 to 50 will select random negative and positive numbers (from -50 to 50). For the letters, you can specify how many letters will go in an item. The item length can also be random, specified using a range. Also, you can enter a custom character set, which will be used to fill the list. To do this, enter all characters you want to use for the list items in the text box option and specify the range for the number of characters per item. You can generate only one of these list types or combine two, three, or all four item types together. By default, all list items are delimited by a comma symbol but you can also use any other delimiter character. Moreover, you can also randomize the item delimiter selection by entering several delimiter characters in the option (one per line). Listabulous!
This online utility creates a list that contains random items. The number of items in the list (its length) can be either a fixed value or a random value. In the options, you can specify the range for the number of items in the list. For example, if you enter the range from 9 to 12 items, then the randomly generated list will contain either 9, 10, 11, or 12 items. If you want to fix the length of the list, use the same number for the start and end values of the range. For example, the range "10 to 10" will generate a list with exactly 10 random items. You can also specify what items the list will be composed of. In particular, you can fill the list with random numbers (both negative and positive), random letters (both uppercase and lowercase), and individual random symbols (both ASCII and Unicode). Each of these choices has a checkbox that lets you enable it and a range that defines the length of the item. For the random numbers, you can enter the minimum range value and the maximum range value. For example, the range -50 to 50 will select random negative and positive numbers (from -50 to 50). For the letters, you can specify how many letters will go in an item. The item length can also be random, specified using a range. Also, you can enter a custom character set, which will be used to fill the list. To do this, enter all characters you want to use for the list items in the text box option and specify the range for the number of characters per item. You can generate only one of these list types or combine two, three, or all four item types together. By default, all list items are delimited by a comma symbol but you can also use any other delimiter character. Moreover, you can also randomize the item delimiter selection by entering several delimiter characters in the option (one per line). Listabulous!
In this example, we generate a random list of numbers. We select the checkbox for filling the list with numbers and enter the range from -100 to 100. We set the fixed list length to 50 items and separate the generated random numbers with a semicolon.
In this example, we generate two types of items at once: random lowercase letters and random uppercase letters. For the small letters, we enter the range [10, 14], which instructs the program to create items with variable lengths from 10 to 14 symbols. For capital letters, we use the range [4, 6]. This range makes sure the capital letter items are no longer than 6 symbols and no shorter than 4 symbols. We also make the list itself to be of variable length with 16 to 18 items. We separate the generated items with a newline character so the output is a column.
In this example, we switch on the custom character mode and generate list items from a pre-defined set of characters. We use multiple Unicode clock glyphs and randomly select them individually or in pairs. The length of the random list varies from 8 to 12 items and the item separators are also selected at random from the set of wave symbols "∼, ≈, ≋".
This example shows an unusual use-case of this utility. Here we generate a string of one hundred zeros. To do it, we set the random number range to be from 0 to 0, which means only the zero can be selected and we set the random list length to be from 100 to 100, which means that the list length is exactly one hundred items. As a result, the output contains one hundred zeros all joined together (because we left the join character option empty).
This example generates a list that contains individual alphabet letters and it uses the dash symbol as the item separator. In the random list, there are anywhere from 20 to 30 letters.
This example generates a list of ten highly secure passwords with a length from 12 to 16 characters. To generate them, we selected the custom symbol item type, entered punctuation symbols and lowercase and uppercase letters in the custom character set field.
You can pass options to this tool using their codes as query arguments and it will automatically compute output. To get the code of an option, just hover over its icon. Here's how to type it in your browser's address bar. Click to try!
View and edit lists in a neat browser-based list editor.
Split list items into chunks.
Create the powerlist of the given list.
Extract the first item from a list.
Extract all items except the first of a list.
Run a JavaScript function on every list item (map function).
Run the reduce function on a list.
Quickly find and print items that interest you in a list.
Quickly find and print items that repeat in a list.
Quickly find and remove items that are unique in a list.
Given start and stop indexes, extract a sublist from a list.
Shift list items to the left or right (or up and down).
Add indentation to all list items.
Make a list go increasingly sideways (to the left or right).
Quickly create a mirror copy of a list.
Invert the order of items in a list (last becomes first, etc).
Create multiple rows from a single list.
Create an Excel (XLS/XLSX) file from a list.
Create a PDF file from a list.
Create a LaTeX list from a regular text list.
Create a HTML list from a regular text list.
Create a Markdown list from a regular text list.
Find the difference between two lists.
Find the difference between three lists.
Remove elements from a list that appear in the other list.
Find items that are shared between two or more lists.
Find items that are unique in two or more lists.
Join two or more lists together item by item.
Split an interleaved list into two or more separate lists.
Append a second list at the end of the first list.
Create pairs from all list items.
Remove list items at certain index positions.
Add new items at the end of a list.
Modify a list in-place by adding, replacing, or removing items.
Remove all indentation levels from a list and make it flat.
Quickly apply the bold effect to all list items.
Quickly apply the italic effect to all list items.
Quickly rewrite all list items in cursive.
Quickly change the font of all list items.
Quickly add an underscore to all list items.
Quickly add a strikethrough to all list items.
Quickly change the letter case of all items to title case.
Quickly change the letter case of all items to proper case.
Quickly randomly change the letter case of all items.
Quickly change the letter case of all items to small letters.
Quickly change the letter case of all items to capital letters.
Quickly remove any numeration from a list of items.
Generate a list with no items (just bullet points).
Quickly create a graphical representation of a list.
Create an image with a cloud of list items.
Create an image with list items going in a spiral.
Make list items go in a zigzag.
Add errors and corruption to a list.
Convert any list to base64 encoding.
Convert any list from base64 encoding back to a list.
Convert any list to URL encoding.
Convert any list from URL encoding back to a list.
Create a JSON array from a list.
Create a list from a JSON array.
Create an XML document from a list.
Create a list from an XML document.
Create a YAML file from a list.
Create a list from a YAML file.
Create a binary list from a text list.
Create a text list from a binary list.
Compress a list so it uses less space.
Create an animation with a list being scrolled.
Let Zalgo loose on a list and create list-chaos.
Subscribe to our updates. We'll let you know when we release new tools, features, and organize online workshops.
Enter your email here
We're Browserling — a friendly and fun cross-browser testing company powered by alien technology. At Browserling our mission is to make people's lives easier, so we created this collection of online list tools. Our tools are focused on getting things done quickly and as soon as you load your list in the input of any of our tools, you'll instantly get the result. Our list tools are actually powered by our web developer tools that we created over the last couple of years. Check them out!