Skip to main content

format_seed_bytes

Function format_seed_bytes 

Source
fn format_seed_bytes(seed: &<TestingRng as SeedableRng>::Seed) -> String
Expand description

Format seed in the format expected by decode_seed_bytes.

This is a separate function to make it clearer what the tests are testing.