SkillAgentSearch skills...

Randomstring

generates random string in erlang

Install / Use

/learn @yazdotai/Randomstring
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Erlang library that simply generates a random string.

It has one function get.

Two parameters:

  • the length of the string
  • the list of string characters from which to randomly choose

This library has been packaged with rebar.

So you can use randomstring from any instance of the Erlang console by installing in the erlang library directory.

This is usually found in : /usr/local/lib/erlang/lib/

Once in the directory, install randomstring with a git clone.

And voila! You can use randomstring from the Erlang console in the following way:

randomstring:get(5, "1234567890qwertyuiop"). "8j5dp"

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated9y ago
Forks3

Security Score

55/100

Audited on Oct 22, 2016

No findings