Marla G. answered 01/07/24
Masters Degree in Applied Statistics with 20+ Years of Work Experience
First, you need to run a random digit generator on your calculator, It can provide a certain number of digits between two numbers, then you’ll enter three numbers – a lower bound, an upper bound, and the number of digits you need to generate into the formula. Then repeat that process for somewhere around 100 times: those 100 numbers are your "simulation" of some kind of event. Typically, you'd look at the distribution of those outcomes to determine if some process(i.e. the lottery) was conducted in an unbiased manner. You expect to see roughly equal percentages of each of the possible outcomes. Without knowing the details of what your trying to simulate, thats about as much as I can explain the process. Good luck!