This helper function creates a unique ID without relying on the R
Random Number Generator (RNG), making it immune to set.seed().
It combines the Process ID (PID), high-precision system time, and
a system-level temporary identifier to ensure uniqueness across
parallel processes and rapid sequential calls.