A small Gui to generate a random Number in a set scope.
It will consist of 2 Files, RandomNumber and RandomNumberGUI.
RandomNummber requires 2 ints, it will determmine which one is the bigger Number and returns an int with a random Value that's between the one that were entered.
- number (int,int) returns int
RandomNumberGui has the Main method. It creates the GUI were you put in 2 Numbers,. Upon hitting the Button it will parse the input into ints and send them to the RandomNumber and than deplays the return.