The iconic Vine Boom sound effect will be played unexpectedly on random intervals. To change the intervals of which the booms play, use the sliders or arrow keys. (Rand_Min is the shortest possible time between two vine booms playing, and Rand_Max is the longest possible time between two vine booms playing. The project will pick a random number between these two variables, divide it by 10, and that's how many seconds between each vine boom will be. For example, If Rand_Min is 100 and Rand_Max is 450, the vine boom will play a random time between 10 seconds and 45 seconds after the last one.)