DRAND — a random number the whole world sets
DRAND is a random number set not by one person but by the whole world together. Nobody can make it in advance, and everyone sees the same value.
Where are the DRAND servers?
Many organizations worldwide (Cloudflare, various universities and labs, and more) run the servers together. This group is called the "League of Entropy."
Many places each contribute a bit, and it is combined into one random number. So if one place lies it does not matter, and if one place stops it is still fine.
What is a "round"?
DRAND does not make one number and stop. It keeps making a new random number on a fixed schedule. Each one is called a "round."
Each round gets a number in order: 1, 2, 3, … Every time a new random number is made, the number keeps climbing. Right this second the whole world is making a new round — it never once stops.
Fetch a real DRAND number
Press the button below to fetch this very moment's number from a real DRAND server.
