I'm creating a random number generator for D&D Gaming purposes for character creation.
I've had issues with RND before so I thought I would introduce a human interface where it will just continue to generate numbers until a key is pressed.
So it is continually generating and displaying the output, key is pressed, one final output, and stop.
Ideally the key press will be the space bar but I'm not picky.
Thoughts?
**********************************************
Any intelligent fool can make things bigger and more complex… It takes a touch of genius – and a lot of courage to move in the opposite direction.
I've had issues with RND before so I thought I would introduce a human interface where it will just continue to generate numbers until a key is pressed.
So it is continually generating and displaying the output, key is pressed, one final output, and stop.
Ideally the key press will be the space bar but I'm not picky.
Thoughts?
**********************************************
Any intelligent fool can make things bigger and more complex… It takes a touch of genius – and a lot of courage to move in the opposite direction.