HomeSort by relevance Sort by last modified time
    Searched refs:randomBigInteger (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/benchmark/com/google/common/math/
ApacheBenchmark.java 22 import static com.google.common.math.MathBenchmarking.randomBigInteger;
142 intsToAdd[i][j] = randomBigInteger(Integer.SIZE - 2).intValue();
147 longsToAdd[i][j] = randomBigInteger(Long.SIZE - 2).longValue();
152 intsToMul[i][j] = randomBigInteger(Integer.SIZE - 2).intValue();
157 longsToMul[i][j] = randomBigInteger(Long.SIZE - 2).longValue();
  /external/guava/guava-tests/test/com/google/common/math/
MathBenchmarking.java 89 static BigInteger randomBigInteger(int numBits) {

Completed in 174 milliseconds