| 378 | } |
| 379 | |
| 380 | void inline rand_CacheKey(CacheKey *next_key) |
| 381 | { |
| 382 | EThread *ethread = this_ethread(); |
| 383 | next_key->b[0] = ethread->generator.random(); |
| 384 | next_key->b[1] = ethread->generator.random(); |
| 385 | } |
| 386 | |
| 387 | extern const uint8_t CacheKey_next_table[256]; |
| 388 | void inline next_CacheKey(CacheKey *next, const CacheKey *key) |