Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SureshChaganti/a68360edcf9f3527d1c2d1c88747a00e to your computer and use it in GitHub Desktop.
Save SureshChaganti/a68360edcf9f3527d1c2d1c88747a00e to your computer and use it in GitHub Desktop.
UUID generator in Scala
def uuid = java.util.UUID.randomUUID.toString
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment