4-bit Random Number Generator

  • Cr15py
    5th Nov 2010 Member 0 Permalink
    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.

    LoadSaveBlock(46251);
  • Rob215
    5th Nov 2010 Member 0 Permalink
    Cool!
  • Cr15py
    5th Nov 2010 Member 0 Permalink
    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.
  • Benassi
    5th Nov 2010 Member 0 Permalink
    Nice, but one wire not working for me. The bottom right section isn't connecting.
  • Cr15py
    5th Nov 2010 Member 0 Permalink
    Benassi
    Aplologies, I fixed that, I guess I didn't notice that when I testing it.
  • Rob215
    5th Nov 2010 Member 0 Permalink
    worked for me before fixing
  • Cr15py
    5th Nov 2010 Member 0 Permalink
    Meh, either way it works now.