public static void main(String[] args) {
String uuid = null;
while ((uuid = UUID.randomUUID().toString().replace("-", "")).hashCode() != Integer.MIN_VALUE){};
System.out.println("i got one! " + uuid);
}
結果がわかりません。結果が存在するかどうかさえわかりません。助けて。