Sunday, February 5, 2006

Quantum Random Number Generator

Sometimes you need really random numbers for some specific algorithms, for example encryption. Random() won’t help here, you’ll need REALLY, REALLY random numbers.

Now there’s a site that generates, upon request, any number of random numbers using quantum. The cool thing about this is that the numbers it generates are absolutely unpredictable. Whenever you need some random numbers, check http://www.randomnumbers.info/index.jsp.

Okay, the transmission of the random numbers is not secure, but that’s a different story.

No comments:

Post a Comment