currently, on projects where users get to input information, i ID that information using the following code:
I implemented this method thinking it's the most reasonable method instead of tracking and incrementing a number. Here's my question, is this a foolproof method of ID'ing user input? My concern doesn't deal with $^T (because obviously time only moves forward), but instead with $$ which i'm thinking can be reset at one point or another.