Random numbers
Let me start with a randomness anecdote:
A: Give me 5 random numbers, please.
B: Sure. 777, 777, 777, 777 and 777.
A: Are you sure they're random?
A: One can never be sure when it comes to the randomness!
Random number from 1 to 6
If you need a
random number from 1 to 6, I can use a die and here comes your random number:
2.
Random number from 1 to 4
Well, if you need a
random number from 1 to 4, I can use random.org. Your random number is:
1.
Random number from 2 to 64
And, if you need a
random number from 2 to 64, I will use again the same website. Your random number is:
13.
Random letters and numbers
There are not only random numbers, but
random letters and
random letters and numbers, too.
An example with a list randomizer:
There were 17 items in my list. Here they are in random order:
tttt
3
7
4
5
6
4twetwt
fsfsddfdsdf
b
d
n
v
c
rewrewr
vxcvcxcv
a
2
and the 2
nd one (I have randomized this list 2 times.):
vxcvcxcv
4twetwt
5
3
7
c
4
tttt
n
v
a
2
d
b
6
fsfsddfdsdf
rewrewr
Okay?