Home
last modified time | relevance | path

Searched refs:gMax (Results 1 – 1 of 1) sorted by relevance

/trunk/test/testuno/source/testlib/uno/
H A DTestUtil.java136 public static int randColor(int rMax, int gMax, int bMax) throws Exception { in randColor() argument
138 int g = random.nextInt(gMax + 1) % 256; in randColor()

Completed in 16 milliseconds