new random number generator available!
thank you everyone for the suggestions and comments rather then voting down, i appreciate it :)
thank you very much for mentioning me, iggyfigs ;) gotdavid_95 you should check out how Benassi did it in his slot machine
This is not random number generation, this is gaussian distribution. the way you have it set up, the numbers in the middle will be generated far more frequently than outlying numbers, creating a bell curve. benthecrazy has a good display of this. What you need to do is not allow numbers to return to the value they previously were, as such making each output of each "random bit" lead to a separate one, rather than the same one as its partner. That would be (more or less) random number generation.
i think i found the problem, 3,4, and 5 are commonly picked maybe because they are directly under the spark, maybe even out so that 1-9 are not spaced so far away
its good, great job working on it....
fixed problem. however it is a little bit slower
yea i know sorry. ive noticed it does that. ill perfect it though in future versions :)
needs some work, most of the time it goes to 4... great work though!