rand_str

Build Statushex version

An OTP library for generating random strings from whitelisted character lists.

Why?

Reusability. You shouldn't really need to write this code every time it's needed.

Callbacks

Use

append this to the deps list in your rebar.config file

{deps, [
    ... other deps
    {rand_str, "~>1.0"}
]}.