pub fn try_regrease_u8(v: u8) -> u8
Expand description

Try to rewrite a GREASE value with a randomly generated one iff it is actally GREASE. Otherwise, the value is retuned as is.

It is based on an insecure RNG unless the rand crate feature is activated.