Created
March 27, 2018 19:34
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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