Randomization


Create a sequence of random numbers with no repeats.

Shuffles the digits between the two numbers you specify


Range of things to randomize. They have to be whole numbers
(e.g. 1 from and 8 in to will randomize the numbers 1 to 8)

From
To
Comma-separated single line (default is a table)


Create a sequence of any number of random digits with repeats allowed.

Picks random numbers in the range you specify, and returns as many as you like.

Click the box to force it to return an equal number of each digit
 
From
To
Number needed
Force equal numbers
Comma-separated single line (default is a table)


Feel free to use these for whatever you want them for.