Friday 15 August 2008

True Random Number Service

Most random numbers used in computer programs are pseudo-random, which means they are a generated in a predictable fashion using a mathematical formula.

Random.org offers true random numbers to anyone on the Internet. The randomness comes from atmospheric noise, which for many purposes is better than the pseudo-random number algorithms typically used in computer programs. You can use Random.org for holding draws, lotteries and sweepstakes, to drive games and gambling sites, for scientific applications and for art and music.

0 comment(s):