Hi,
First I'd like to apologize in advance if my communication skills are imperfect because English isn't my native language. If you don't understand what I'm saying, feel free to tell me and I will try to clarify as much as possible.
My project for my studies consists in creating a series of random numbers out of a random electrical signal. The first step is to make an actual random electrical signal (electrical noise) that can't be predicted. Next, I have to somehow transform it into a series of random numbers. That's about it.
STEP 1 : Creating a random electrical signal
What I did is I created an electric breakdown between two conductors :
What I've learnt (https://en.wikipedia.org/wiki/Breakdown_voltage, https://en.wikipedia.org/wiki/Shot_noise) is that the electrons during breakdown are actually randomly going from one conductor to the other through the air space between them. I placed them about 1 inch apart.
This is the output I've manage to get on the oscilloscope : (I don't have access to the circuit right now so I'm posting what I remember)
DESCRIPTION : As you can see, there is a series of impulses, separated by the same time step, all with amplitudes varying between 0 and a maximum value. IMPORTANT NOTE : in fact this graph is ALWAYS changing : every fraction of a second, the amplitudes would be different (in a random way) from the previous amplitudes, changing all the time. In other words, what I've drawn on the image you can see is what could be seen during a fraction of a second. During the next fraction, the graph would be different, having still impulses at the same absciss but the amplitudes would constantly be changing.
So yeah, this signal seems pretty random. Which is exactly what I need.
STEP 2 : Using this random signal to make a series of random numbers
This is where it gets tricky for me. I'm a beginner in electronics, so I don't really understand how to do this part.
My teacher gave me a "SHIFT REGISTER" and even after reading the shift register wikipedia page, I still don't quite understand what it is supposed to do or even with the datasheet, I'm so confused because there are several inputs and outputs and combinatoric knowledge is required (it seems).
I found this useful article explaining exactly this, but it seems unnecessarily complicated if you look at the circuit schematics. http://makezine.com/projects/really-really-random-number-generator/
Can you please explain, with simple words, what should be done to transform this specific signal into a series of digits that I can somehow import on a computer ? (The digits can be 0s and 1s for example, and I can code them into decimal.)
Thanks in advance !
First I'd like to apologize in advance if my communication skills are imperfect because English isn't my native language. If you don't understand what I'm saying, feel free to tell me and I will try to clarify as much as possible.
My project for my studies consists in creating a series of random numbers out of a random electrical signal. The first step is to make an actual random electrical signal (electrical noise) that can't be predicted. Next, I have to somehow transform it into a series of random numbers. That's about it.
STEP 1 : Creating a random electrical signal
What I did is I created an electric breakdown between two conductors :

What I've learnt (https://en.wikipedia.org/wiki/Breakdown_voltage, https://en.wikipedia.org/wiki/Shot_noise) is that the electrons during breakdown are actually randomly going from one conductor to the other through the air space between them. I placed them about 1 inch apart.
This is the output I've manage to get on the oscilloscope : (I don't have access to the circuit right now so I'm posting what I remember)

DESCRIPTION : As you can see, there is a series of impulses, separated by the same time step, all with amplitudes varying between 0 and a maximum value. IMPORTANT NOTE : in fact this graph is ALWAYS changing : every fraction of a second, the amplitudes would be different (in a random way) from the previous amplitudes, changing all the time. In other words, what I've drawn on the image you can see is what could be seen during a fraction of a second. During the next fraction, the graph would be different, having still impulses at the same absciss but the amplitudes would constantly be changing.
So yeah, this signal seems pretty random. Which is exactly what I need.
STEP 2 : Using this random signal to make a series of random numbers
This is where it gets tricky for me. I'm a beginner in electronics, so I don't really understand how to do this part.
My teacher gave me a "SHIFT REGISTER" and even after reading the shift register wikipedia page, I still don't quite understand what it is supposed to do or even with the datasheet, I'm so confused because there are several inputs and outputs and combinatoric knowledge is required (it seems).
I found this useful article explaining exactly this, but it seems unnecessarily complicated if you look at the circuit schematics. http://makezine.com/projects/really-really-random-number-generator/
Can you please explain, with simple words, what should be done to transform this specific signal into a series of digits that I can somehow import on a computer ? (The digits can be 0s and 1s for example, and I can code them into decimal.)
Thanks in advance !