macro_toolset

Macro random_string_fast

Source
macro_rules! random_string_fast {
    ($b:expr, $l:expr) => { ... };
}
👎Deprecated since 0.7.12: Use RandHexStr instead
Expand description

Generate random string base on xor-shift algorithm.

Notice: Length of string should be always <= 16 (u64)