pub fn nan_f64() -> f64Expand description
Generates a random f64 NAN value.
There are multiple bit patterns that are equivalent to a NAN.
This generator covers all possible NAN values as specified in
IEEE-754, even ones that Rust would normally not generate.