rng-1

 

A True Random Number Generator
Before I got involved into computing, I was building small (sometimes even large :-) ) electronic devices, like specialized measurement equipment, analog/digital-converters and various other things. When I was working for the department of experimental and applied psychology at the Johannes Gutenberg University Mainz I got involved into biophysiological measurement techniques. Sometimes we had to build our own test and measurement equipment to perform some experiments involving test persons. For example they got presented very short sine tones via head phones and their EEG, EOG, EKG and EDA was measured. Some of these experiments required quite sophisticated equipment which got used more and more often.

During this time I got into a discussion concerning telekinesis and telepathy - topics about which I am very (VERY! :-) ) sceptical about. In most cases I do not believe in things I did not measure myself, so I decided to develop a true random number generator, RNG-1 (this name was already in use for other random generators - a fact I did not know about then):

 

 

These pictures show the entire system consisting of the random number generator and a display unit. The random number generator itself is shown in the middle and the display unit on the right. The random generator employs a Geiger-Mueller tube to count the events generated by the decay of a Thorium isotope. A microcontroller (a 68HC11) counts these pulses for a given delta-t and sends the result to a serial line and the least significant bit (together with a strobe signal) to a BNC-output. This output supplies a random zero or one (TTL-level) at the moment of the strobe signal and is usually connected to the display unit which consists of a circle built from LEDs showing a moving light. Each time interval there is one LED switched on while the remaining LEDs are in the off state. If - at the next strobe signal - there is a zero on the random generator output the light "moves" to the right, while it "moves" to the left in the event of a logical one. (The entire display unit consists mainly of a 4 bit up/down-TTL-counter and 16 LEDs.)

The random generator is somewhat more complicated. Its interior is shown on the next four pictures.

 

 

The picture on the left shows the overall internal design. On the far left is the Geiger-Mueller counter tube, next to it - on the rear - is the high voltage controller and signal conditioner board, while the high voltage power supply is located in the middle. On the right is the microcontroller board. The second picture is a closeup of the counter tube assembly. The tube is housed in a piece of plastic pipe which is mounted on the left side of the crate. The third picture shows the high voltage control and signal conditioning board - the microcontroller is shown on the last picture.

The front panel of the random number generator contains the following elements:

 

 

  • On the far left, from top to bottom, the high-voltage-present indicator, the "count" LED and a switch to enable or disable the internal speaker for function control.
  • Next to this group is a large analog instrument which displays the average number of counts per second.
  • The next row (from top to bottom) consists of a input source select switch with its associated LEDs and a BNC-input connector. This feature was used to "replay" random bit streams generated earlier from an analog tape.
  • The following BNC jacks on the bottom line are: A raw count output (for the analog tape unit), the least significant bit output and the strobe output.
  • Next to these four BNC connectors is the (quite unusual :-) ) RS-232 connector and the power switch on the far right.
  • In the middle of the right section is a dial switch which is used to select the length of the time interval during which the counts are sampled and accumulated.
  • Next to it on the right is a mode select switch to change between simple counting during the time interval or counting eight times a time interval and using the least significant bit of each of these intervals as the bit for the n-th binary digit.

 

ulmann@vaxman.de

webmaster@vaxman.de