Gr All – Generate random

Being able in Java to generate a random number, from an arbitrary number, to another arbitrary number (from lower bound to upper bound). Note that the lower bound is included and the upper bound is excluded. Example: If the lower bound is 2 and upper bound is 15, the...