This is a 4-bit Nuclear Random Base 2 Number Generator... lol. It uses neutrons to randomly output a number between 0-15(in binary). It is much smaller than many other creations and appears to work without a noticeable pattern. Feel free to use it in your own creations, just give me credit in one way or another. Cheers.
The main idea behind this is the use of something that involves the rand() function. Which allows the number to be as psuedo-random as you can get even with C.