About Random Number Generator
Random Number Generator is a tool to quickly generate a list of random numbers or a random number from 1 to
10.
By changing the settings you can choose to generate a sequence of random numbers. For each sequence you can
select the amount of numbers, range of minimum and maximum random number, exclusions and if list should
contain
unique numbers with no repeats. You can sort the list of numbers random, lowest to highest or highest to
lowest.
Information | Value |
---|
Lowest number | 1 |
Highest number | 10 |
Number of unique combinations | 10 |
How is a random number generated?
A random number from 1 to 10 is generated by using the Javascript method called Math.random() which is a pseudo-random number.
Each number between 1 and 10 will be separate random generated using this function.
How to use the Random Number Generator tool?
You can generate a list of random numbers with the Number Generator by going through these steps:
-
Select the number generator settings (by default one random number between 1 and 10)
- Enter the minimum number within the range of a list which is by default 1. The random
number(s) will
never be lower then this number.
- Enter the maximum number within the range of a list which is by default 10. The random
number(s)
will never be higher then this number.
- Select amount of numbers in a list (by default the tool will generate one random number
- Select the amount of number sequences (by default the tool will generate one sequence of numbers
with the select amount of numbers.
- Enter the number exclusions. You can exclude any number which is between the number range that you
entered. Number outside the range will be not taking into account. Each number should by separated
by a comma (without a space). You can exclude maximal the amount possible combinations minus one.
- Select if you want unique numbers with no repeats in one sequence (by default it can generate
duplicate numbers in a list of numbers)
- Select how you want to sort the list of random numbers (by default random). You can choose if you
want to sort it from lowest to highest number, highest to lowest number or random.
- Select how you want to output the list of random numbers (by default each number split by a space).
You can choose if you
want to output the list of number with a space, comma with space, comma without space or pipe.
- Click the button: Generate random numbers
- Copy your list of random numbers or generate new random numbers between 1 and 10