(self)
| 193 | randomHashCache.set(self, number(Math.floor(Math.random() * Number.MAX_SAFE_INTEGER))) |
| 194 | } |
| 195 | return randomHashCache.get(self)! |
| 196 | } |
| 197 | |
| 198 | /** |
| 199 | * Combines two hash values into a single hash value. |
| 200 | * |
| 201 | * **When to use** |
| 202 | * |
| 203 | * Use to build a hash for a composite value by folding together hash values for |