Searched refs:randomValue (Results 1 – 2 of 2) sorted by relevance
92 int randomValue = 15; in testGetIntValue() local93 byte[] ruleBytes = getBytes(getBits(randomValue, /* numOfBits= */ 32)); in testGetIntValue()96 assertThat(getIntValue(inputStream)).isEqualTo(randomValue); in testGetIntValue()
185 int randomValue = random.nextInt(); in randomizeLowestBits() local186 return (value & upperBitMask) | (randomValue & lowerBitMask); in randomizeLowestBits()