pub fn simple_dither<T>(value: T, one: T, index: u32, seed: u32) -> Twhere T: DitherFloat + Number + CastableFrom<f32>,
Simple dither with default hash method (backward compatible).