//! Utility functions for the Arbitrary trait and various types from that crate.
//!
use Unstructured;
use Rng;
/// Generate a readable string by creating a sequence of ASCII characters
/// This ensures the generated string is valid UTF-8 and human-readable
/// Returns a vector of the given length with random u64 values (from 0..max_value).