InsideEdge
Instructor
Hi, I’m trying to produce random numbers. Not just random numbers, I would like to produce a group of 4 random number numbers each in a different range. Like 1 to 4, 5 to 8, 9 to 12. I’d like for each range to be scrambled in a random order. I’ve looked all over the internet for samples but could not find anything.
My goal is to write a program that pulls questions from a file or a database in groups of 4’s. Each time I pull from the file or database, I want them to be pulled in a different or random order.
Please help.
My goal is to write a program that pulls questions from a file or a database in groups of 4’s. Each time I pull from the file or database, I want them to be pulled in a different or random order.
Please help.