Enter two characters (only numbers and letters for now) and click after entering to generate a number. This program would be useful if you want a less biased way to generate numbers, although it is still not completely random.
This program takes the two characters entered, converts them into numbers via a list cypher, and uses the two converted numbers to generate 200 cycles of the Fibonacci sequence. From there, it takes one of the 200 numbers generated, and picks a smaller 1-2 digit number from there, using the "pick random block".