Searched defs:random (Results 1 – 3 of 3) sorted by relevance
31 Random random = new Random(); in arcTest1() local
58 static ArrayList<Rectangle> random(long seed, int count, int sizeRatio, int width, int height) { in random() method in RandomLayoutTest
224 Random random = new Random(1234); in testBasic6() local