pub fn try_regrease_u16_be(v: u16) -> u16
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.