Seed — the starting point of computer random
A computer needs a "starting number" to make random numbers. That is exactly what a seed is.
Why is a seed needed?
A computer is really a function (a calculator). Put in the same thing and you always get the same out. It cannot just "poof" any number out of nowhere.
Try different seeds to make random numbers
Each time you enter a seed and press "Make random," the table below grows by one row. Try several seeds and watch who wins.
In the experiment above, what seed makes "D" win?
The same seed always makes the same random number, so the seed that makes "D" win is fixed. Enter a seed and press Check to find it yourself, or press Auto-find.
This is unfair
If you can pick the seed freely, an organizer can choose the person they want (D) to win. Then this is not a fair draw.
That is why we use DRAND
A DRAND number is set by the whole world together, so nobody can choose it. The draw seed made from that number is the same, so an organizer cannot deliberately pick D.
