I'm making an advanced random number generator, and I want to be able to give it a set amount of digits and from there it can use the digits 1-9 for the result. I might also want to make a logfile.
For example:
I want it to generate 5 numbers using the digits 1,2,3,4,5,6,7,8 ,9.
How must I go about this?
For example:
I want it to generate 5 numbers using the digits 1,2,3,4,5,6,7,8 ,9.
How must I go about this?
Comment