How does the TI-84 randInt function generate random numbers? I would like to replicate this PRNG on my computer so I can get some larger sample sizes, but I’m not sure how. Copying numbers 5 at a time from the calculator isn’t an option. Running OS X 10.7.3
How does the TI-84 randInt function generate random numbers? I would like to replicate
Share
I don’t know of how to exactly replicate its function on a computer, however you do not have to generate only five numbers at a time. You can store very large random number samples in lists them transfer them via the ti connect software to your computer.