A randomizer is a generator for creating lists of random numbers. You can generate up to 9999 numbers at a time, ranging from 0 to 999,999,999. The numbers can be created with or without repetition, and sorted in ascending or descending order.
An important feature is that the resulting generated list can be merged with your own list by adding additional characters, and then forwarded to the desired chat.
Example:
You need to hold a draw in a group. You have a list of names, say 10 people. Using this generator, you create a list from 1 to 10 without repetition, paste your list of 10 names into the appropriate field, and click the Merge button. Then forward the resulting list to the group.