I have a script running on sites. When I'm trying to generate unique id, like suggests in this question, it sometime fails to do so because it seems like the sites are overwrite the functions Date.getTime and Math.Random. Is there a way to generate a unique id in this cases?
Note: I need to use the unique in the server side