tmp/tmprtx3_wep/{from.md → to.md}
RENAMED
|
@@ -26,9 +26,9 @@ long do_hash(const charT* low, const charT* high) const;
|
|
| 26 |
|
| 27 |
*Returns:* An integer value equal to the result of calling `hash()` on
|
| 28 |
any other string for which `do_compare()` returns 0 (equal) when passed
|
| 29 |
the two strings.
|
| 30 |
|
| 31 |
-
|
| 32 |
-
string which does not compare equal should be very small,
|
| 33 |
-
`(1.0/numeric_limits<unsigned long>::max())`.
|
| 34 |
|
|
|
|
| 26 |
|
| 27 |
*Returns:* An integer value equal to the result of calling `hash()` on
|
| 28 |
any other string for which `do_compare()` returns 0 (equal) when passed
|
| 29 |
the two strings.
|
| 30 |
|
| 31 |
+
*Recommended practice:* The probability that the result equals that for
|
| 32 |
+
another string which does not compare equal should be very small,
|
| 33 |
+
approaching `(1.0/numeric_limits<unsigned long>::max())`.
|
| 34 |
|