Searched refs:randomPositiveBigInteger (Results 1 – 6 of 6) sorted by relevance
43 static BigInteger randomPositiveBigInteger(int numBits) { in randomPositiveBigInteger() method in MathBenchmarking54 BigInteger result = randomPositiveBigInteger(numBits); in randomNonZeroBigInteger()
22 import static com.google.common.math.MathBenchmarking.randomPositiveBigInteger;48 positive[i] = randomPositiveBigInteger(1024); in setUp()
23 import static com.google.common.math.MathBenchmarking.randomPositiveBigInteger;48 positive[i] = randomPositiveBigInteger(Long.SIZE - 2).longValue(); in setUp()
23 import static com.google.common.math.MathBenchmarking.randomPositiveBigInteger;45 positive[i] = randomPositiveBigInteger(Integer.SIZE - 2).intValue(); in setUp()
24 import static com.google.common.math.MathBenchmarking.randomPositiveBigInteger;49 positive[i] = randomPositiveBigInteger(Integer.SIZE - 2).intValue(); in setUp()
24 import static com.google.common.math.MathBenchmarking.randomPositiveBigInteger;47 positive[i] = randomPositiveBigInteger(Long.SIZE - 2).longValue(); in setUp()