Searched refs:rand (Results 1 – 2 of 2) sorted by relevance
65 Random rand = new Random(0); in addPerformanceTest() local75 long blockSize = 1 + rand.nextInt(MAX_RANDOM_BLOCK_SIZE); in addPerformanceTest()76 long start = map.locateFree(blockSize, rand.nextInt(MAX_RANDOM_ALIGNMENT), in addPerformanceTest()77 rand.nextInt(MAX_RANDOM_ALIGNMENT), FileUseMap.PositionAlgorithm.BEST_FIT); in addPerformanceTest()
269 Random rand = new Random(); in probFalsePositive() local273 prior[x] = rand.nextGaussian(); in probFalsePositive()279 if (Math.abs(rand.nextGaussian() - estMu) > estStd * STD_DEV_THRESHOLD) { in probFalsePositive()