Get a random value between min and max (both included).
     
    
    Usage
    get_random_value(min, max)
 
     
    
    Arguments
    - min
 
An integer.
 
- max
 
An integer.
 
 
    
    
    Note
    This function has been auto-generated from the following Raylib function definition:
int GetRandomValue(int min, int max);