What the code does
This very simple demo draws a single dot on the screen in a randomly determined position. Each time you run the code the dot will appear at a different position as we randomly seed the number generator in the code.
This very simple demo draws a single dot on the screen in a randomly determined position. Each time you run the code the dot will appear at a different position as we randomly seed the number generator in the code.