Home
last modified time | relevance | path

Searched refs:randomPositiveDouble (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/math/
DDoubleMathBenchmark.java23 import static com.google.common.math.MathBenchmarking.randomPositiveDouble;
41 positiveDoubles[i] = randomPositiveDouble(); in setUp()
DDoubleMathRoundingBenchmark.java22 import static com.google.common.math.MathBenchmarking.randomPositiveDouble;
49 positiveDoubles[i] = randomPositiveDouble(); in setUp()
/external/guava/guava-tests/test/com/google/common/math/
DMathBenchmarking.java122 static double randomPositiveDouble() { in randomPositiveDouble() method in MathBenchmarking