Searched refs:randomized (Results 1 – 1 of 1) sorted by relevance
56 uint32_t randomized = 0x9e3779b9 * index; /* Based on golden ratio. */ in expected_value() local57 return randomized >> 25; /* Result is in the range [0, 127]. */ in expected_value()
Completed in 4 milliseconds