OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:check2BitAvalanche
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-tests/test/com/google/common/hash/
HashingTest.java
91
HashTestUtils.
check2BitAvalanche
(Hashing.murmur3_128(), 250, 0.20);
100
HashTestUtils.
check2BitAvalanche
(Hashing.murmur3_32(), 250, 0.20);
109
HashTestUtils.
check2BitAvalanche
(Hashing.sipHash24(), 250, 0.14);
128
HashTestUtils.
check2BitAvalanche
(Hashing.goodFastHash(32), 250, 0.20);
137
HashTestUtils.
check2BitAvalanche
(Hashing.goodFastHash(128), 250, 0.20);
146
HashTestUtils.
check2BitAvalanche
(Hashing.goodFastHash(256), 250, 0.20);
HashTestUtils.java
375
static void
check2BitAvalanche
(HashFunction function, int trials, double epsilon) {
Completed in 232 milliseconds