random_gib v0.0.6 RandomGib.Get
Summary
Functions
Generates a new seed
Gets a single random item from a list
Gets some random letters of a given count
.
Returns a string
Gets some subset of a given source list or bitstring string
Starts a worker server with a new seed
Functions
Generates a new seed.
Examples
iex> RandomGib.generate_seed() :ok
Specs
some_letters(pos_integer) :: String.t
Gets some random letters of a given count
.
Returns a string.
Examples
result = RandomGib.some_letters(5)