java - How to generate a Doodle like poll id on app engine? -


I would like to generate an ID for an election that can be used in the link. ID should not be easy to guess Is there a preferred way to create such an ID on Google App Engine?

UUID -

  string key = UUID.createNewUUID (). ToString ();  

There is no difference in the form of unique, and it is impossible to 'guess'.


Comments