Package uidc provides functions to generate simple time-and-random-based unique
identifiers.
It offers functions to generate 64-bit and 128-bit random identifiers in base-36
string format.
The generated IDs are not intended for cryptographic or security-related
purposes. Instead, they serve as simple unique identifiers for various use
cases.
NewID64 generates and returns a new base-36-string-formatted 64 bit unique ID based on time (high 32 bit) and a random number (low 32 bit).
NOTE: the zero time is set to the 1st of January of 10 years ago.