RandomRange
RandomRange (min: int, max: int) -> int
RandomRange Randomly Generates a number in a provided range
Parameters:
- max: The max value of the range
- min: The min value of the range
Returns: a random int in the range of the two values
GenRandomColor
GenRandomColor () -> Types
GenRandomColor Uses UUID version 4 to generate a random color
Returns: The randomly generated color