Random number generation

Number of generations: Whether to allow duplicates:
Create scope: -

The random number generator can create multiple sets of random numbers of different sizes from one number to another, and can freely set whether there are repeated numbers and the number of numbers.

Instructions:

Suppose you want to generate 80 non-repeating random numbers between 1 and 500.

1. Write the number 1 and the number 500 in the creation range respectively

2. The setting does not allow duplicate numbers and the number of generations is 80

3. Selecting the create button will automatically generate the required random numbers