|
|
|
|
|
by gabrielblack
1700 days ago
|
|
My device, as other implementation, use the particle passing through the Geiger tube as a "virtual coin" , given a sampling frequency, if one or more particles are detected the firmware returns 1, if no particle is detected, zero. In other words, the random numbers are built a bit at time. My configuration with the background radiation returns too many zeros, so I needed something more ... lively. Anyway, what is the point to use the natural radiation if you have the serious stuff ? :-) When I say that the device is a nuclear RNG, peoples smile but when I turn it on and they listen the characteristic sound of a Geiger counter, the average reaction is "WHAAAAAATTTT ????". It's funny. |
|
“(From a stream of) bits, (take) two at a time (first and second, then third and fourth, and so on). If the two bits matched, no output was generated. If the bits differed, the value of the first bit was output … (this) can be shown to produce a uniform output even if the distribution of input bits is not uniform so long as each bit has the same probability of being one and there is no correlation between successive bits.” (Edited from Wikipedia)