Skip to content

Instantly share code, notes, and snippets.

@andiogenes
Created November 20, 2019 14:10
Show Gist options
  • Save andiogenes/d941b5a681a36cf430c35dda3c357145 to your computer and use it in GitHub Desktop.
Save andiogenes/d941b5a681a36cf430c35dda3c357145 to your computer and use it in GitHub Desktop.
val alphabet = "ABC"
val randString = (1..Random.nextInt(0, 5))
.map { alphabet.random() }
.joinToString("")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment