skinwill 2 hours ago

Can someone explain to me how this is different than a simple noise generator based on a PN junction? As in, isn't this just amplifying noise and aren't there less sensational ways of doing nearly the same thing? Does measuring a photon with this method actually get you better randomness? I have some serious gaps in my understanding here and an ELI5 would be neat.

  • bob1029 an hour ago

    Measuring photons in this manner gives you the best randomness. It is effectively a quantum technique. A PN junction is (mostly) classical.

    The specific mechanism is mentioned in the article:

    https://en.wikipedia.org/wiki/Spontaneous_emission

    > Although there is only one electronic transition from the excited state to ground state, there are many ways in which the electromagnetic field may go from the ground state to a one-photon state. That is, the electromagnetic field has infinitely more degrees of freedom, corresponding to the different directions in which the photon can be emitted. Equivalently, one might say that the phase space offered by the electromagnetic field is infinitely larger than that offered by the atom. This infinite degree of freedom for the emission of the photon results in the apparent irreversible decay, i.e., spontaneous emission.

    • cubefox 29 minutes ago

      The question is whether quantum mechanical noise could have a conceivable advantage over classical noise. I strongly suspect: no. Classical noise is already factually unpredictable, so the theoretical unpredictability (assuming no hidden variable theories I guess) of quantum noise doesn't add anything.

ericdotlee 3 days ago

I usually stick to lava lamps

  • ashirviskas 3 days ago

    Lava lamps have been deprecated, Lava LEDs are the new standard

  • cwmoore 3 days ago

    Fender amps here

    • ofalkaed a minute ago

      Only a few Fender amps have good noise with the 5C1 wide panel Champ being king and the 5F1 narrow panel Champ being a close second. Silvertones beat them out but there is too much noise for most.

    • 4ndrewl 3 days ago

      Only useful for random numbers up to 11 though.

p1necone 3 days ago

My first question would be whether it's possible to influence the output via triggering power fluctuations on the motherboard - e.g. by running expensive code to cause the CPU/GPU to scale up.

  • gus_massa 3 days ago

    Probably not. It's hard to guess, but they probably get a Poison Distribution https://en.wikipedia.org/wiki/Poisson_distribution in the detector, they may read only a few of the lower bits of the data, and then mix them in the entropy pool, with other sources. So the end result is quite unpredictable.

    It's somehow similar to a random generator where you have 5 dices, roll them and then add to the entropy pool only if the total was even or odd. Changing the power is like forcing the system to use only 4 dices. It changes the probabilities a little, but not in a very controlable way, and with a good mixing in the entropy pool it's almost irrelevant.