Searched refs:rand (Results 1 – 2 of 2) sorted by relevance
66 Random rand = new Random(); in getExpectedTestResult() local67 int randomValue = rand.nextInt(MAX_PASS_RATE); in getExpectedTestResult()
241 Random rand = new Random(); in getRandomPhoneNumber() local242 int num1 = (rand.nextInt(7) + 1) * 100 + (rand.nextInt(8) * 10) + rand.nextInt(8); in getRandomPhoneNumber()243 int num2 = rand.nextInt(743); in getRandomPhoneNumber()244 int num3 = rand.nextInt(10000); in getRandomPhoneNumber()