pub fn fastrange_64(word: u64, p: u64) -> u64
Given a value “word”, produces an integer in [0,p) without division.