Skip to content

k0ffee/random-string-prefix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Sometimes one needs to prepend a random string to names or the like, which must not start with a digit, but we want digits in general.

Random strings are created by constructing an alphabet and sampling single entities from it (sampling with put-back).

Possible number of permutations for 20 different letters and three different digits, but no digits in position one:

unix% dc
23 5^p
6436343
20*p
128726860

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published