Hi, do you have any good idea on how to generate secure random IDs ? For a project I need to have IDs for objects, the first digits will be the actual timestamp but then I need at least 5 numbers that should never be the same even in the same millisecond
I don't want a super-secure thing, it's just for a personal project with my friends but at least an interesting and important tech to use in development like uuids (so it could be useful for me for future jobs I guess).