misc_random v0.2.9 Misc.Random
Link to this section Summary
Functions
Generates a random number as string that will not start with leading zeroes.
Generates a random string that will always start with a character.
Link to this section Functions
Link to this function
default_alphabet()
Link to this function
default_alphabet(atom)
Link to this function
get_otp_version()
Link to this function
get_random_char(alphabet)
Link to this function
get_random_char(alphabet, alphabet_length)
Link to this function
get_uniform(x)
Link to this function
get_uniform(otp_version, x)
Link to this function
number(length \\ 8)
Generates a random number as string that will not start with leading zeroes.
Link to this function
seed()
Link to this function
seed(otp_version)
Link to this function
seed_random()
Link to this function
string(length \\ 8)
Generates a random string that will always start with a character.
Link to this function