Home

Stack Overflow answers

Archive
Original profile

Technical answers from my Stack Overflow history, with source links and licenses.

reputation
0
people reached
~0.0m
badges
21137149
answers
0

Stack Overflow badges

Showing 1 of 1 answer tagged random

Exported May 9, 2026

  • 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 .