I'm writing on a program in Blue J that got a class called dice that creates random numbers. How do I create a testing class that searches if the result of a function is between two numbers like 1-50?
I can only find a function that checks the result for a fixed value.