SwiftRandom icon indicating copy to clipboard operation
SwiftRandom copied to clipboard

Add Random Alphanumeric String generation

Open grantism opened this issue 7 years ago • 1 comments

Add the ability to generate a random String that contains alphanumeric characters. Users can also specify how many characters should be in the String.

grantism avatar Feb 01 '17 03:02 grantism

Could you modify the README.md?

Also I think it'd be nice if there were both String.random(5) and String.randomUnicode(10) which would include weird characters like ę, ç, æ, :1st_place_medal: (emojis) etc.

thellimist avatar Feb 01 '17 11:02 thellimist