Slashdot Mirror


True Random Number Generator Goes Online

amigoro writes "A 'true' random number generator that relies on the unpredictable quantum process of photon emission has gone online providing academic and scientific community access to true random numbers free of charge."

10 of 439 comments (clear)

  1. random.org ? by Anonymous Coward · · Score: 5, Informative

    Hasn't random.org done this for a while already? Perhaps they don't have academic backing, but I do believe they use numbers generated by atomic decay.

    1. Re:random.org ? by stinerman · · Score: 5, Informative

      Indeed. First page:

      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. ...

      The service has been operating since 1998 and was built and is being maintained by Mads Haahr who is a Lecturer in the School of Computer Science and Statistics at Trinity College, Dublin in Ireland.

    2. Re:random.org ? by psu_whammy · · Score: 5, Informative

      You could, say, read up on the statistics they give you. The site has all sorts of fun info on exactly how their RNG works, and daily stats on the randomness of the numbers presented.

    3. Re:random.org ? by AutumnLeaf · · Score: 4, Informative

      I wonder, how could you know that their numbers are truly random, as they claim?

      You can never know that. You can test "properties of randomness" and conclude "it looks random." But you have no way of knowing if that hopefully random sequence cross-correlates to a non-random sequence you haven't found, but that passes all of the tests.

      On the other hand, there is no randomness like quantum randomness. So if you believe their bit-stream faithfully represents the source, then in this case you can feel pretty good about it.

  2. Don't misunderstand by Icarus1919 · · Score: 4, Informative

    True random number generators have been around in hardware form for a while based on a number of different processes, not quantum only. But this is being offered to the community at large, who may not have the means to procure or pay for a hardware solution.

  3. quantum random number generators by Wise+Dragon · · Score: 5, Informative

    This is neat but there have been other quantum random number generators online for years. This one by id Quantique springs to mind... I'm not sure what this new service provides that others don't. If you REALLY want secure random numbers you should buy a QRNG PCI card and make them yourself so you're the only one with a copy.

  4. Other sources of true random numbers by i_like_spam · · Score: 4, Informative
  5. Re:Wow! by Xiph1980 · · Score: 5, Informative
    Too bad that's only ROT13:
    Not really the hardest of encryptions to crack.

    ..OMG, did anyone see that to register you have
    to solve a math problem like:

    derivative of (5*sin 3x +6cos(-pi/2))

    Nice!

    Here is a direct link to the generator, you can
    download the client from here as well:

    http://random.irb.hr/

    QRand Command-line Utility [v0.2, 2007-07-17]
    Note 1: Compiles under Visual Studio and g++.
    Note 2: Windows executable included.
    Note 3: GNU Linux executable included.
    --
    Manuals are your last resort only
  6. Re:Wow! by Xiph1980 · · Score: 4, Informative

    Your mother a math teacher or a PhD?
    My mother doesn't even know what a sine is, let alone solve that to 15*cos(3x)

    --
    Manuals are your last resort only
  7. Re:lava lamps at SGI by Richard+W.M.+Jones · · Score: 5, Informative

    That would be Lavarand from, oh, just 10 years ago.

    Rich