Here’s what I’ve done…
I started with the created timestamp…
DATETIME_FORMAT(CREATED_TIME(),'X')
This produces a string like this:
1535390717
People may guess that it’s a timestamp and so it’s sequential and be able to guess the ID of other records...