My student are getting ready to use the Random module in python. I'm having trouble imagining how to grade their code in coderunner, as the expected output will be random and won't match the student's code most of the time.
For example, if I have them write code to simulate a roll of two dice, they will import random and then print(random.randint(2,12).
But the expected output is sometimes 2, sometimes 8, sometimes 3, etc. etc.
Any thoughts on how to set up this question better?