/// Efficient ceiling division of [u64]
///
/// # Important
/// Can overflow if a + b > [u64::MAX]
/// Pseudo-randomly shuffles bits of [u32] number.
/// Function from the "Xorshift RNGs" paper by George Marsaglia.
/// Constant analog to [usize::max] function
pub const