jcding1980 asked:
>Hi rkodaira.
>The method you used to generate random number is quite similar to what I did >currently. But is it really random enough?
>So far from my code I think it is quite random. But I only sampled for few tens of >number generated. Please comment.
Hi jc !
If you consider that the generation is "controlled" by the user, it is not pure random. But I think that no human bean can push the button to obtain a desired number ou perceive a mechanism or timing do to so, because the counting is so fast.
Besides that, when you divide the counting by a number I must recognize that some numbers may have different probabilities to occur, but at a minimum level of difference.
I used this method because it is simple and does not need any additional hardware nor very complex algorithms in the program.
I have tested my generator and it is able to generate all numbers from 0 to 99 (when a repetition occurs, it starts again, I put flags in eeprom to mark those numbers already generated).