- 🇷🇺Russia sergei_brill
Random value is not an option because there is a chance rand can generate same values.
- 🇺🇸United States wstocker
Adding needs reroll tag. I will create a patch that will address sergei_brill's concern.
- 🇺🇸United States wstocker
Re-rolled with 2.x.
To generated a random number, I combined current timestamp (time()) with a random number (rand()), further reducing the likelihood of duplicates.