random_hex_string

Function random_hex_string 

Source
pub fn random_hex_string(num_hex_digits: usize) -> Result<String, Error>
Expand description

Generate a random hex string of the given number of hex digits.