Skip to content

Instantly share code, notes, and snippets.

@aslakhellesoy
Created March 27, 2018 19:34
Show Gist options
  • Save aslakhellesoy/36cc9322fb0f05542f413f09c097d6b6 to your computer and use it in GitHub Desktop.
Save aslakhellesoy/36cc9322fb0f05542f413f09c097d6b6 to your computer and use it in GitHub Desktop.
java-uuid-weirdness created by aslakhellesoy1 - https://repl.it/@aslakhellesoy1/java-uuid-weirdness
class Main {
public static void main(String[] args) {
for(int i = 0; i<10; i++)
System.out.println(java.util.UUID.randomUUID().toString().charAt(14));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment