pub fn fastrange_usize(word: usize, p: usize) -> usize
Expand description

Given a value “word”, produces an integer in [0,p) without division.