Skip to content

Instantly share code, notes, and snippets.

@criccomini
Created June 14, 2013 20:15
Show Gist options
  • Select an option

  • Save criccomini/5784924 to your computer and use it in GitHub Desktop.

Select an option

Save criccomini/5784924 to your computer and use it in GitHub Desktop.
Random rand = new Random();
while(true) {
Integer.toString(random.nextInt()).hashCode();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment