pub fn truncate_to_domain<T: PartialOrd>(value: T, min: T, max: T) -> TExpand description
check if the value that was randomly generated is contained within its domain
pub fn truncate_to_domain<T: PartialOrd>(value: T, min: T, max: T) -> Tcheck if the value that was randomly generated is contained within its domain