show/hide this revision's text 2 deleted 155 characters in body

Ask them to devise a step-by-step method to generate a random number.

And don't accept "pick a number from 1 to 10" as an answer ;)

If they do successfully devise a method, try it and check the statistical distribution of the generated numbers and see if the values appear to be random.

Trying out a problem should illustrate the difficulty of having to generate random numbers from a set of instructions, just like what computers actually have to do.

show/hide this revision's text 1

Ask them to devise a step-by-step method to generate a random number.

And don't accept "pick a number from 1 to 10" as an answer ;)

If they do successfully devise a method, try it and check the statistical distribution of the generated numbers and see if the values appear to be random. Trying out a problem should illustrate the difficulty of having to generate random numbers from a set of instructions, just like what computers actually have to do.