top | item 45310785

(no title)

skinwill | 5 months 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.

discuss

order

bob1029|5 months 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.

dragontamer|5 months ago

I've been told that reverse shot noise from a PN junction is quantum in nature.

It is possible for an electron to spontaneously gather enough voltage to break through a PN junction backwards. This shows up as a very noisy current measured in microamps.

--------

A forward bias PN junction might not be quantomly random. I'll have to research more. But a reverse bias PN junction is almost certainly quantum in nature.

---------

IMO, this is all just PN junction noise. Maybe LEDs are better than Zener diodes for noise. I'm pretty sure that noise characteristics are a guess and check methodology, it's all PN junctions of slightly different shapes after all.

cubefox|5 months 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.

amelius|5 months ago

I suspect that "better randomness" is not what this solves, but rather faster randomness.

A PN junction gives you only megabits/s of randomness at most.

This proposed method, if the article is correct, reaches gigabits/s.

But it could be because they are just using a large array.

rainsford|5 months ago

I'm sure I'm overlooking something, but what's the real use-case for true random number generation at that fast of a rate? Even a few Kb/s of random numbers is enough to continually reseed a cryptographic pseudo-random number generator that will generate as much output as you want that's indistinguishable from true randomness. I suppose you aren't reliant on the security of the underlying cryptographic primitives then, but you're still reliant on the particular hardware RNG chip being implemented in a way that's free of bias even if the underlying physics principle is sound.