1
score
291.2K
views
no
status
CC BY-SA 3.0
Creating random colour in Java?
Here is a method for getting a random color: Benefits: Get the integer representation which can be used with java.awt.Color or android.graphics.Color Keep a static reference to Random .