Random number generation
My dad's church had a raffle recently. He firmly believes that having a program picking the raffle tickets are better than some person putting his hand into a fish bowl to draw the numbers.
So this little app was born. Very simplistic and easy to use.
The requirements:
- Pick a random 3 digit number. (I made it a variable input)
- One number cannot be drawn a second time. With in the same cycle of draws.
- They must be able to specify the beginning and end number of the raffle tickets.
- Be able to print the end result.
Maybe you have a use for it.